Skip to content

Commit 0e3edcc

Browse files
Apparently we dont need the curly braces
1 parent db96476 commit 0e3edcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
run: make install
2222

2323
- name: Lint
24+
if: matrix.python-version == '3.9'
2425
run: make lint
25-
if: ${{ matrix.python-version }} == '3.9'
2626

2727
- name: Tests
2828
run: make test

0 commit comments

Comments
 (0)