diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index b36bada9..7b8be8eb 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: |