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 e340bbf commit b8dcf8dCopy full SHA for b8dcf8d
.github/workflows/ci.yml
@@ -41,12 +41,12 @@ jobs:
41
python -m venv .venv
42
43
- name: Activate virtual environment (Windows)
44
- if: matrix.os == windows-2022
+ if: matrix.os == 'windows-2022'
45
run: |
46
.venv\Scripts\activate
47
48
- name: Activate virtual environment (Linux/macOS)
49
- if: matrix.os != windows-2022
+ if: matrix.os != 'windows-2022'
50
51
source .venv/bin/activate
52
0 commit comments