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 .