Skip to content

Commit 36b8d12

Browse files
committed
startsWith check
1 parent 3c4f9f3 commit 36b8d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
pip install --pre --upgrade ipyparallel[test] codecov
125125
126126
- name: Install extra Python packages
127-
if: ${{ ! matrix.python.startswith('3.11') }}
127+
if: ${{ ! startsWith(matrix.python, '3.11') }}
128128
run: |
129129
pip install distributed joblib
130130
pip install --only-binary :all: matplotlib || echo "no matplotlib"

0 commit comments

Comments
 (0)