From b948ed0b6763a98679e8c760af90b37a9abd75ac Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Tue, 10 Dec 2024 09:54:10 +0100 Subject: [PATCH] chore(ci): Update poetry version --- .github/workflows/concrete_ml_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/concrete_ml_test.yml b/.github/workflows/concrete_ml_test.yml index c1d8acec9..88fe4b75c 100644 --- a/.github/workflows/concrete_ml_test.yml +++ b/.github/workflows/concrete_ml_test.yml @@ -104,7 +104,7 @@ jobs: CONCRETE_PYTHON_WHEEL="$(pwd)/frontends/concrete-python/dist/*manylinux*.whl" apt update apt install git git-lfs -y - pip install poetry==1.7.1 + pip install poetry==1.8.4 ./ci/scripts/test_cml.sh --use-wheel "${CONCRETE_PYTHON_WHEEL}" --verbose - name: Slack Notification if: ${{ failure() && github.ref == 'refs/heads/main' }}