Skip to content

Commit

Permalink
Fix Julia nightly for large CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Sep 18, 2022
1 parent 822d42f commit b6ac303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_large_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.6.1', '1.7.1', '1.8.0', 'latest']
julia-version: ['1.6.1', '1.7.1', '1.8.0', 'nightly']
python-version: ['3.7', '3.8', '3.9', '3.10']
os: [ubuntu-latest, macos-latest, windows-latest]

Expand Down

0 comments on commit b6ac303

Please sign in to comment.