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 40868da commit 9584505Copy full SHA for 9584505
1 file changed
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- python-version: [latest]
+ python-version: [3.11]
22
os: [ubuntu-latest]
23
runs-on: ${{ matrix.os }}
24
steps:
@@ -117,4 +117,4 @@ jobs:
117
- name: Install project
118
run: pip install -e .[test]
119
- name: run tests
120
- run: python -X utf8 -m pytest -s -vvvv -l --tb=long tests
+ run: pytest -s -vvvv -l --tb=long tests
0 commit comments