Skip to content

Commit fa732a6

Browse files
committed
Adding predeps testing
1 parent ab87bf2 commit fa732a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
toxenv: py310-test-alldeps-devdeps-cov
4040
toxargs: -v
4141

42+
- name: pre-repease dependencies with all dependencies
43+
os: ubuntu-latest
44+
python: '3.10'
45+
toxenv: py310-test-alldeps-predeps
46+
toxargs: -v
47+
4248
- name: Python 3.8 with all optional dependencies (MacOS X)
4349
os: macos-latest
4450
python: 3.8

0 commit comments

Comments
 (0)