From b9938124a0d4c2e40ac6954a0f323ca2bcbb560d Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sat, 2 Dec 2023 17:50:08 +0100 Subject: [PATCH] github-actions: simply setup --- .github/workflows/actions.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5a3a9309..d525c821 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -30,11 +30,6 @@ jobs: - name: Install lib run: | - # 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 pip install --upgrade pip pip install -e .