Skip to content

Commit

Permalink
Allow failure on nightly since there are problems with set up
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Chlebicki committed May 17, 2024
1 parent 6aeddff commit dcd439f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
version: ['nightly']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
arch: [x64]
allow_failure: [true]
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit dcd439f

Please sign in to comment.