Update .github/workflows/test-and-deploy.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Martin Bubel 2025-06-19 11:32:30 +02:00 committed by GitHub
parent 6ff1e68699
commit 156f5b738f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ jobs:
- name: Install test dependencies
run: |
pip install matplotlib
pip install pytest<8
pip install 'pytest<8'
- name: pytest
run: |