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:18 +02:00 committed by GitHub
parent bb4c5ab7e2
commit 6ff1e68699
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<8
pip install 'pytest<8'
- name: pytest
run: |