Skip to content

Commit

Permalink
chore(ci): Update poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Dec 10, 2024
1 parent f0e0a08 commit b948ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concrete_ml_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit b948ed0

Please sign in to comment.