Skip to content

Commit 5c20d8d

Browse files
committed
iterate, single quotes
1 parent e319f6a commit 5c20d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: make test
3636
- name: Lint
3737
run: make lint
38-
if: ${{ matrix.python-version != "3.9" }}
38+
if: ${{ matrix.python-version != '3.9' }}
3939

4040
build:
4141
needs: test

0 commit comments

Comments
 (0)