| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,7 +54,7 @@ jobs: | |||
| 54 | 54 | run: | | |
| 55 | 55 | mv ./__tests__/data/Pipfile.lock . | |
| 56 | 56 | mv ./__tests__/data/Pipfile . | |
| 57 | - if (${{ matrix.python-version }} -Match "pypy") { | ||
| 57 | + if ("${{ matrix.python-version }}" -Match "pypy") { | ||
| 58 | 58 | pipenv install --keep-outdated --python ${{ matrix.python-version }} | |
| 59 | 59 | } else { | |
| 60 | 60 | pipenv install --keep-outdated --python pypy | |
@@ -124,7 +124,7 @@ jobs: | |||
| 124 | 124 | run: | | |
| 125 | 125 | mv ./__tests__/data/Pipfile.lock . | |
| 126 | 126 | mv ./__tests__/data/Pipfile . | |
| 127 | - if (${{ matrix.python-version }} -Match "pypy") { | ||
| 127 | + if ("${{ matrix.python-version }}" -Match "pypy") { | ||
| 128 | 128 | pipenv install --keep-outdated --python ${{ matrix.python-version }} | |
| 129 | 129 | } else { | |
| 130 | 130 | pipenv install --keep-outdated --python pypy | |
| Back | FazBrowse Home | New Git URL |
0 commit comments