We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4eacf commit a51bca4Copy full SHA for a51bca4
.github/workflows/pythonpackage.yml
@@ -36,12 +36,12 @@ jobs:
36
source $VENV
37
make typecheck
38
- name: Test with pytest (with coverage)
39
- if: matrix.python-version != '3.11.0-beta.4'
+ if: matrix.python-version != '3.11.0-beta.5'
40
run: |
41
42
pytest tests -v --cov=./rich --cov-report=xml:./coverage.xml --cov-report term-missing
43
- name: Test with pytest (no coverage)
44
- if: matrix.python-version == '3.11.0-beta.4'
+ if: matrix.python-version == '3.11.0-beta.5'
45
46
47
pytest tests -v
0 commit comments