Skip to content

Commit e319f6a

Browse files
committed
iterate, dollar curly
1 parent 5d1501e commit e319f6a

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-
unless: matrix.python-version == "3.9"
38+
if: ${{ matrix.python-version != "3.9" }}
3939

4040
build:
4141
needs: test

0 commit comments

Comments
 (0)