Skip to content

Commit 2190a69

Browse files
authored
Merge pull request #1146 from astropy/tox_fix
Fix bug in tox.ini workflow config
2 parents ae230d1 + 598441a commit 2190a69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cron_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- name: Ubuntu - Python 3.11 with all optional dependencies
1919
os: ubuntu-latest
2020
python: "3.11"
21-
toxenv: 'py11-test-alldeps'
21+
toxenv: 'py311-test-alldeps'
2222

2323
- name: MacOs - Python 3.11 with all optional dependencies
2424
os: macos-latest
2525
python: "3.11"
26-
toxenv: 'py11-test-alldeps'
26+
toxenv: 'py311-test-alldeps'
2727

2828
- name: Ubuntu - Python 3.12 with all optional dependencies
2929
os: ubuntu-latest

0 commit comments

Comments
 (0)