We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c9370 commit fda0f9fCopy full SHA for fda0f9f
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
# Step for Unix
43
- name: Activate venv and run checks
44
shell: bash
45
- if: runner.os =! 'Windows'
+ if: runner.os != 'Windows'
46
run: |
47
source .venv/bin/activate
48
0 commit comments