mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
limit upper pytest version in github actions
This commit is contained in:
parent
eb0a3897b2
commit
7715853597
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test-and-deploy.yml
vendored
6
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: Install test dependencies
|
- name: Install test dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install matplotlib
|
pip install matplotlib
|
||||||
pip install pytest
|
pip install "pytest<8"
|
||||||
|
|
||||||
- name: pytest
|
- name: pytest
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
- name: Install test dependencies
|
- name: Install test dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install matplotlib
|
pip install matplotlib
|
||||||
pip install pytest
|
pip install "pytest<8"
|
||||||
|
|
||||||
- name: pytest
|
- name: pytest
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -103,7 +103,7 @@ jobs:
|
||||||
- name: Install test dependencies
|
- name: Install test dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install matplotlib
|
pip install matplotlib
|
||||||
pip install pytest
|
pip install "pytest<8"
|
||||||
|
|
||||||
- name: pytest
|
- name: pytest
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue