update github workflow

This commit is contained in:
Martin Bubel 2024-07-21 16:27:52 +02:00
parent 4045ca93c3
commit 9aeec9f911

View file

@ -27,12 +27,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
pip install setuptools
pip install matplotlib
pip install pytest
- name: Install lib
run: |
@ -42,6 +36,11 @@ jobs:
run: |
pytest GPy/testing
- name: Install test dependencies
run: |
pip install matplotlib
pip install pytest
test-linux:
strategy:
matrix:
@ -56,17 +55,16 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
pip install setuptools
pip install matplotlib
pip install pytest
- name: Install lib
run: |
python setup.py develop
- name: Install test dependencies
run: |
pip install matplotlib
pip install pytest
- name: pytest
run: |
pytest GPy/testing
@ -84,17 +82,16 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
pip install setuptools
pip install matplotlib
pip install pytest
- name: Install lib
run: |
python setup.py develop
- name: Install test dependencies
run: |
pip install matplotlib
pip install pytest
- name: pytest
run: |
pytest GPy/testing
@ -117,7 +114,6 @@ jobs:
- name: Build lib
run: |
pip install setuptools
pip install wheel
python setup.py develop
python setup.py bdist_wheel
@ -150,7 +146,6 @@ jobs:
- name: Build lib
run: |
pip install setuptools
pip install wheel
python setup.py develop
python setup.py bdist_wheel