Skip to content

Commit d9f2308

Browse files
committed
fix syntax
1 parent d6004be commit d9f2308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
python ./setup.py build_doc
200200
201201
- name: test if command
202-
if: {{ matrix.python_version == "3.10" && matrix.os == "ubuntu-latest" }}
202+
if: matrix.python_version == "3.10" && matrix.os == "ubuntu-latest"
203203
run: |
204204
env
205205
echo "{{ matrix.python_version }}"

0 commit comments

Comments
 (0)