Skip to content

Commit 5285460

Browse files
committed
remove other vestigial pypy from ci
1 parent e46cab2 commit 5285460

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,7 @@ jobs:
9090
shell: bash
9191
run: |
9292
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
10393
echo TOX_PYTHON=$V >>$GITHUB_ENV
104-
10594
python -Im pip install tox
10695
10796
- name: Prepare sdist and source-dir

0 commit comments

Comments
 (0)