We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4f9f3 commit 36b8d12Copy full SHA for 36b8d12
.github/workflows/test.yml
@@ -124,7 +124,7 @@ jobs:
124
pip install --pre --upgrade ipyparallel[test] codecov
125
126
- name: Install extra Python packages
127
- if: ${{ ! matrix.python.startswith('3.11') }}
+ if: ${{ ! startsWith(matrix.python, '3.11') }}
128
run: |
129
pip install distributed joblib
130
pip install --only-binary :all: matplotlib || echo "no matplotlib"
0 commit comments