Skip to content

Commit

Permalink
fix: pip installation failing on new python version (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama authored Sep 29, 2024
1 parent f33b029 commit 946cbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -935,9 +935,9 @@ jobs:
./script/make_utils/check_installation_with_all_python.sh --version ${{ matrix.python_version }} --sync_env
# Check installation with pip
- name: Check installation with pip and python ${{ matrix.python_version }} (weekly, release)
- name: Check installation with pip and python ${{ matrix.python_version }} (weekly)
if: |
(fromJSON(env.IS_WEEKLY) || fromJSON(env.IS_RELEASE))
(fromJSON(env.IS_WEEKLY))
&& steps.conformance.outcome == 'success'
&& !cancelled()
run: |
Expand Down

0 comments on commit 946cbab

Please sign in to comment.