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 d6004be commit d9f2308Copy full SHA for d9f2308
.github/workflows/ci-test.yml
@@ -199,7 +199,7 @@ jobs:
199
python ./setup.py build_doc
200
201
- name: test if command
202
- if: {{ matrix.python_version == "3.10" && matrix.os == "ubuntu-latest" }}
+ if: matrix.python_version == "3.10" && matrix.os == "ubuntu-latest"
203
run: |
204
env
205
echo "{{ matrix.python_version }}"
0 commit comments