mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
🔥 remove pypy test
This commit is contained in:
parent
88bd49de45
commit
8494768a89
4
.github/workflows/codecov.yml
vendored
4
.github/workflows/codecov.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user