Skip to content

Commit

Permalink
change version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakaplan committed Oct 13, 2023
1 parent 4d79bd4 commit 5a705cb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
matrix:
include:
- os: ubuntu-latest
python: '3.10'
python: '3.12'
tox_env: 'ephemeris_connection'
- os: ubuntu-latest
python: '3.10'
python: '3.12'
tox_env: 'black'
- os: ubuntu-latest
python: '3.10'
tox_env: 'py310-test-cov'
python: '3.12'
tox_env: 'py312-test-cov'
- os: ubuntu-latest
python: '3.10'
python: '3.12'
tox_env: 'notebooks'
# - os: ubuntu-latest
# python: '3.8'
Expand All @@ -42,8 +42,8 @@ jobs:
# python: '3.10'
# tox_env: 'py310-test-alldeps-cov'
- os: macos-latest
python: '3.10'
tox_env: 'py310-test'
python: '3.12'
tox_env: 'py312-test'
# - os: windows-latest
# python: '3.8'
# tox_env: 'py38-test'
Expand Down

0 comments on commit 5a705cb

Please sign in to comment.