🔥 remove pypy test

This commit is contained in:
yanyongyu 2022-01-13 18:06:07 +08:00
parent 88bd49de45
commit 8494768a89

View File

@ -9,7 +9,7 @@ jobs:
name: Run Pytest and Upload Coverage
strategy:
matrix:
python: ["pypy-3.7", "3.7", "pypy-3.8", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
@ -20,7 +20,7 @@ jobs:
- name: Setup Python environment
uses: ./.github/actions/setup-python
with:
python-version: ${{ matrix.python }}
python-version: ${{ matrix.python-version }}
- name: Run Pytest
run: |