github-actions: add paramz workaround

This commit is contained in:
Martin Bubel 2023-12-02 15:41:12 +01:00
parent ca4f2425bc
commit d3d93d2286

View file

@ -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
# TODO: add deploy job