From 7715853597aee7c75da285e6a1a2073c28276f49 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Wed, 11 Jun 2025 23:20:12 +0200 Subject: [PATCH] limit upper pytest version in github actions --- .github/workflows/test-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index b36bada9..5bcc0713 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -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: |