github-actions: update test jobs

This commit is contained in:
Martin Bubel 2024-01-13 18:53:22 +01:00
parent a02341f74b
commit 06b425edb2

View file

@ -27,13 +27,16 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
pip install setuptools
pip install matplotlib
pip install pytest
- name: Install lib
run: |
pip install --upgrade pip
pip install -e .
python setup.py develop
- name: pytest
run: |
pip install matplotlib
pip install pytest
pytest GPy/testing