There was an error while loading. Please reload this page.
1 parent e46cab2 commit 5285460Copy full SHA for 5285460
1 file changed
.github/workflows/ci.yml
@@ -90,18 +90,7 @@ jobs:
90
shell: bash
91
run: |
92
V=${{ matrix.python-version }}
93
-
94
- if [[ "$V" = pypy-* ]]; then
95
- V=$(echo $V | tr -d .-)
96
- IS_PYPY=1
97
- else
98
- V=py$(echo $V | tr -d .)
99
- IS_PYPY=0
100
- fi
101
102
- echo IS_PYPY=$IS_PYPY >>$GITHUB_ENV
103
echo TOX_PYTHON=$V >>$GITHUB_ENV
104
105
python -Im pip install tox
106
107
- name: Prepare sdist and source-dir
0 commit comments