mirror of
https://github.com/Textualize/rich.git
synced 2025-12-23 07:08:35 +00:00
Remove Python3.11 beta 5 from CI
This commit is contained in:
parent
a51bca4bf2
commit
42afd3aedf
1 changed files with 1 additions and 7 deletions
8
.github/workflows/pythonpackage.yml
vendored
8
.github/workflows/pythonpackage.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-beta.5"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
@ -36,15 +36,9 @@ jobs:
|
|||
source $VENV
|
||||
make typecheck
|
||||
- name: Test with pytest (with coverage)
|
||||
if: matrix.python-version != '3.11.0-beta.5'
|
||||
run: |
|
||||
source $VENV
|
||||
pytest tests -v --cov=./rich --cov-report=xml:./coverage.xml --cov-report term-missing
|
||||
- name: Test with pytest (no coverage)
|
||||
if: matrix.python-version == '3.11.0-beta.5'
|
||||
run: |
|
||||
source $VENV
|
||||
pytest tests -v
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue