limit upper pytest version in github actions

This commit is contained in:
Martin Bubel 2025-06-11 23:20:12 +02:00
parent eb0a3897b2
commit 7715853597

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