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 f099a59 commit 3e4f446Copy full SHA for 3e4f446
.github/workflows/pytest-core-nompi.yml
@@ -167,7 +167,7 @@ jobs:
167
python3 -m pip install ${{ env.PIPFLAGS }} sympy==${{matrix.sympy}}
168
169
- name: Check Docker image Python version
170
- if: "contains(matrix.name, 'docker')""
+ if: "contains(matrix.name, 'docker')"
171
run: |
172
declared_pyver="${{ matrix.pyver }}"
173
actual_pyver=$(${{ env.RUN_CMD }} python3 --version | cut -d' ' -f2 | cut -d'.' -f1,2)
0 commit comments