Skip to content

Commit

Permalink
chore: dont run pip installation check with py12
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Dec 10, 2024
1 parent 14af92f commit 380da66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,12 @@ jobs:
run: |
./script/make_utils/check_installation_with_all_python.sh --version ${{ matrix.python_version }} --sync_env
# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/4679
# Check installation with pip
- name: Check installation with pip and python ${{ matrix.python_version }} (weekly)
if: |
(fromJSON(env.IS_WEEKLY))
&& matrix.python_version != '3.12'
&& steps.conformance.outcome == 'success'
&& !cancelled()
run: |
Expand Down

0 comments on commit 380da66

Please sign in to comment.