From bb4c5ab7e2fa4cb4182b18ca650a70dd93b57416 Mon Sep 17 00:00:00 2001 From: Martin Bubel <37817171+MartinBubel@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:32:11 +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 cb1c1c13..c34535f8 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -103,7 +103,7 @@ jobs: - name: Install test dependencies run: | pip install matplotlib - pip install pytest<8 + pip install 'pytest<8' - name: pytest run: |