Skip to content

Commit

Permalink
allow failures on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed Dec 13, 2021
1 parent 535d921 commit 275d0d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- windows-latest
arch:
- x64
allow_failures:
- julia: nightly
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 275d0d7

Please sign in to comment.