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 1e52de4 commit d358f9eCopy full SHA for d358f9e
.github/workflows/e2e-cache.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
mv ./__tests__/data/Pipfile.lock .
56
mv ./__tests__/data/Pipfile .
57
- if (${{ matrix.python-version }} -Match "pypy") {
+ if ("${{ matrix.python-version }}" -Match "pypy") {
58
pipenv install --keep-outdated --python ${{ matrix.python-version }}
59
} else {
60
pipenv install --keep-outdated --python pypy
@@ -124,7 +124,7 @@ jobs:
124
125
126
127
128
129
130
0 commit comments