Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Oct 31, 2024
1 parent 53da7c3 commit 870be92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
version:
- '1.9'
- '1.10'
- 'latest'
- 'nightly'
group:
- Core
- AtomsBaseTesting
continue-on-error: ${{ matrix.version == 'latest' }}
continue-on-error: ${{ matrix.version == 'nightly' }}
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 870be92

Please sign in to comment.