Skip to content

Commit fde3588

Browse files
committed
Fix quoting in if statement
1 parent f8cc5ec commit fde3588

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
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
python -m hatch run typecheck
4242
- name: Docs
43-
if: ${{ matrix.python-version != "3.8" }}
43+
if: ${{ matrix.python-version != '3.8' }}
4444
run: |
4545
python -m hatch run docs:build
4646
- name: Generated changes

0 commit comments

Comments
 (0)