We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836bacf commit 5e99027Copy full SHA for 5e99027
.github/workflows/reusable-cookie.yml
@@ -91,11 +91,11 @@ jobs:
91
run: nox -s 'tests(mesonpy, novcs, sphinx)'
92
93
- name: Compare copier template generation
94
- if: runner.os == "Linux" # No need to check this on each (slow on Windows)
+ if: runner.os == "Linux" # No need to check this on each (slow on Windows)
95
run: nox -s compare_copier
96
97
- name: Compare cruft template generation
98
99
run: nox -s compare_cruft
100
101
nox:
0 commit comments