Skip to content

Commit

Permalink
Allow CI failure on Julia nightly (JuliaData#3321)
Browse files Browse the repository at this point in the history
Thank you!
  • Loading branch information
bkamins committed May 12, 2023
1 parent e45836a commit 4cb4d86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
version:
- '1.6'
- '1' # automatically expands to the latest stable 1.x release of Julia
- 'nightly'
os:
- ubuntu-latest
arch:
Expand All @@ -23,6 +22,10 @@ jobs:
- os: windows-latest
version: '1'
arch: x86
- os: ubuntu-latest
version: 'nightly'
arch: x64
allow_failure: true
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 4cb4d86

Please sign in to comment.