Skip to content

Commit

Permalink
fix(ci): install poetry before running ML test script
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Aug 2, 2023
1 parent 8e8b2dd commit 62ad2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concrete_ml_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ env:

jobs:
linux-x86:
continue-on-error: true
strategy:
matrix:
python-version: ["3.10"]
Expand Down Expand Up @@ -112,4 +111,5 @@ jobs:
- name: ML Tests
run: |
export CONCRETE_PYTHON_WHEEL=$(pwd)/frontends/concrete-python/dist/*manylinux*.whl
pip install poetry==1.2.2
./ci/scripts/test_cml.sh --use-wheel $CONCRETE_PYTHON_WHEEL --verbose

0 comments on commit 62ad2eb

Please sign in to comment.