Skip to content

Commit f2a3fd6

Browse files
committed
swap quotes
1 parent d9f2308 commit f2a3fd6

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)