We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38d8e8 commit bed8ca2Copy full SHA for bed8ca2
.github/workflows/e2e-cache.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install dependencies
53
shell: pwsh
54
run: |
55
- if (${{ matrix.python-version }} -Match "pypy") {
+ if ("${{ matrix.python-version }}" -Match "pypy") {
56
pipenv install flake8 --python pypy
57
} else {
58
pipenv install flake8 --python ${{ matrix.python-version }}
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
103
0 commit comments