From 156f5b738f46ed482bd450c8de4b23fbc058dd2f Mon Sep 17 00:00:00 2001 From: Martin Bubel <37817171+MartinBubel@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:32:30 +0200 Subject: [PATCH] Update .github/workflows/test-and-deploy.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 15acab34..7b8be8eb 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -71,7 +71,7 @@ jobs: - name: Install test dependencies run: | pip install matplotlib - pip install pytest<8 + pip install 'pytest<8' - name: pytest run: |