Skip to content

Commit

Permalink
ci: fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 29, 2023
1 parent 735c2a8 commit bf96837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:

- name: Check if kernel specification is sorted
# We don't need to run this all the time
if: matrix.python-version == "3.12"
if: matrix.python-version == '3.12'
run: pipx run nox -s diagnostics -- --check-spec-sorted

- name: Test specification
Expand Down

0 comments on commit bf96837

Please sign in to comment.