Skip to content

Commit 3e4f446

Browse files
committed
ci: Oops
1 parent f099a59 commit 3e4f446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest-core-nompi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
python3 -m pip install ${{ env.PIPFLAGS }} sympy==${{matrix.sympy}}
168168
169169
- name: Check Docker image Python version
170-
if: "contains(matrix.name, 'docker')""
170+
if: "contains(matrix.name, 'docker')"
171171
run: |
172172
declared_pyver="${{ matrix.pyver }}"
173173
actual_pyver=$(${{ env.RUN_CMD }} python3 --version | cut -d' ' -f2 | cut -d'.' -f1,2)

0 commit comments

Comments
 (0)