Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cron_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: Ubuntu - Python 3.11 with all optional dependencies
os: ubuntu-latest
python: "3.11"
toxenv: 'py11-test-alldeps'
toxenv: 'py311-test-alldeps'

- name: MacOs - Python 3.11 with all optional dependencies
os: macos-latest
python: "3.11"
toxenv: 'py11-test-alldeps'
toxenv: 'py311-test-alldeps'

- name: Ubuntu - Python 3.12 with all optional dependencies
os: ubuntu-latest
Expand Down