diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 2dd29f85..063ac2d2 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -30,19 +30,23 @@ 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 setuptools - python setup.py develop --user + pip install -e . - name: pytest run: | pip install matplotlib pip install pytest - pytest + pytest . - name: Build wheel run: | pip install wheel python setup.py wheel -# TODO: add deploy job \ No newline at end of file +# TODO: add deploy job