Skip to content

Commit

Permalink
Temporarily allow failures on Julia nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Apr 8, 2024
1 parent f6f6426 commit 5c60e5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ jobs:
version:
- '1.6'
- '1'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64
include:
- os: ubuntu-latest
version: 'nightly'
arch: x64
allow_failure: true
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 5c60e5e

Please sign in to comment.