From 56d4ea9b0e6adf9ca7db6582f5db8dbd104f6409 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Thu, 31 Oct 2024 17:57:06 +0000 Subject: [PATCH] tests environment - pin pipenv it seems new version has broke our tests suites so lets try back the previous one --- .github/workflows/test-smokes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-smokes.yml b/.github/workflows/test-smokes.yml index 2a95270938..f76bb9e189 100644 --- a/.github/workflows/test-smokes.yml +++ b/.github/workflows/test-smokes.yml @@ -150,7 +150,7 @@ jobs: - name: Restore Python Dependencies working-directory: tests run: | - python -m pip install pipenv + python -m pip install pipenv==2024.3.0 pipenv install - uses: ./.github/workflows/actions/quarto-dev