We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97d63d commit 54d27bcCopy full SHA for 54d27bc
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- "3.9"
26
- "3.10"
27
- "3.11"
28
- - "3.12-dev"
+ - "3.12"
29
- "3.13-dev"
30
fail-fast: false
31
@@ -44,7 +44,7 @@ jobs:
44
- name: Install dependencies
45
run: |
46
python -m pip install --upgrade pip
47
- python -m pip install .[test,standalone]
+ python -m pip install .[standalone,test]
48
49
- name: Test with pytest
50
run: python -m pytest -vv --durations 25
0 commit comments