From 53254cdce93ad8b6e1f002c088522c2cdcfa391d Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sat, 2 Dec 2023 15:42:30 +0100 Subject: [PATCH] github-actions: deactivate installs --- .github/workflows/actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 063ac2d2..5a3a9309 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -30,11 +30,11 @@ jobs: - name: Install lib run: | - apt-get update - apt-get install -y git + # apt-get update + # apt-get install -y git git config --global --add safe.directory /gpy/src/paramz pip install -e git+https://github.com/MartinBubel/paramz.git@fix-numpy-types#egg=paramz - apt-get install -y gcc + # apt-get install -y gcc pip install --upgrade pip pip install -e .