Skip to content

Commit 81388ae

Browse files
committed
CI: adding predeps job
1 parent 5984063 commit 81388ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/ci_tests_run_notebooks.yml

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
name: with Python 3.11 and latest released version of dependencies
3636
os: ubuntu-latest
3737

38+
- python-version: '3.12'
39+
toxenv: py312-test-predeps
40+
name: with Python 3.12 and latest or pre-release version of dependencies
41+
os: ubuntu-latest
42+
3843
- python-version: '3.12'
3944
toxenv: py312-test-devdeps
4045
name: with Python 3.12 and developer versioned dependencies

0 commit comments

Comments
 (0)