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 b2bd214 commit ab59699Copy full SHA for ab59699
.github/workflows/ci_crontests.yml
@@ -18,18 +18,19 @@ jobs:
18
fail-fast: true
19
matrix:
20
include:
21
- - name: Python 3.8 with all dependencies with remote data
+ - name: Python 3.9 with all dependencies with remote data
22
os: ubuntu-latest
23
- python: '3.8'
24
- toxenv: py38-test-alldeps-devdeps
+ python: '3.9'
+ toxenv: py39-test-alldeps-devdeps
25
toxargs: -v
26
- toxposargs: --remote-data
+ toxposargs: --remote-data -v --durations=50
27
28
- name: pre-repease dependencies with all dependencies
29
30
python: '3.10'
31
toxenv: py310-test-alldeps-predeps
32
33
+ toxposargs: -v
34
35
steps:
36
- name: Checkout code
0 commit comments