Skip to content

Commit ab59699

Browse files
committed
Adding more pytest args, and using newer python for remote tests
1 parent b2bd214 commit ab59699

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci_crontests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
include:
21-
- name: Python 3.8 with all dependencies with remote data
21+
- name: Python 3.9 with all dependencies with remote data
2222
os: ubuntu-latest
23-
python: '3.8'
24-
toxenv: py38-test-alldeps-devdeps
23+
python: '3.9'
24+
toxenv: py39-test-alldeps-devdeps
2525
toxargs: -v
26-
toxposargs: --remote-data
26+
toxposargs: --remote-data -v --durations=50
2727

2828
- name: pre-repease dependencies with all dependencies
2929
os: ubuntu-latest
3030
python: '3.10'
3131
toxenv: py310-test-alldeps-predeps
3232
toxargs: -v
33+
toxposargs: -v
3334

3435
steps:
3536
- name: Checkout code

0 commit comments

Comments
 (0)