mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-17 16:20:05 +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
|
name: Run Pytest and Upload Coverage
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Setup Python environment
|
- name: Setup Python environment
|
||||||
uses: ./.github/actions/setup-python
|
uses: ./.github/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Run Pytest
|
- name: Run Pytest
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user