Merge pull request #1116 from SheffieldML/limit-pytest-version

limit upper pytest version in workflows
This commit is contained in:
Martin Bubel 2025-06-19 11:41:27 +02:00 committed by GitHub
commit 26a7f21655
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |