mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +02:00
limit upper pytest version in workflows
This commit is contained in:
parent
acdd03d3ed
commit
7d269c772d
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
|
||||
run: |
|
||||
pip install matplotlib
|
||||
pip install pytest
|
||||
pip install pytest<8
|
||||
|
||||
- name: pytest
|
||||
run: |
|
||||
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
- name: Install test dependencies
|
||||
run: |
|
||||
pip install matplotlib
|
||||
pip install pytest
|
||||
pip install pytest<8
|
||||
|
||||
- name: pytest
|
||||
run: |
|
||||
|
|
@ -103,7 +103,7 @@ jobs:
|
|||
- name: Install test dependencies
|
||||
run: |
|
||||
pip install matplotlib
|
||||
pip install pytest
|
||||
pip install pytest<8
|
||||
|
||||
- name: pytest
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue