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: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
pip install setuptools
pip install matplotlib
pip install pytest
- name: Install lib - name: Install lib
run: | run: |
pip install --upgrade pip python setup.py develop
pip install -e .
- name: pytest - name: pytest
run: | run: |
pip install matplotlib
pip install pytest
pytest GPy/testing pytest GPy/testing