mirror of
https://github.com/qwjyh/QuantumLegos.jl.git
synced 2024-11-21 22:50:12 +09:00
fixup! update CI not to run on nightly
This commit is contained in:
parent
c68874a7e7
commit
8cef1a5c67
1 changed files with 3 additions and 3 deletions
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
|
@ -33,9 +33,9 @@ jobs:
|
|||
# ref: https://discourse.julialang.org/t/why-do-packages-run-continuous-integration-tests-on-julia-nightly/101208/11
|
||||
# ref: https://github.com/JuliaData/DataFrames.jl/actions/runs/8622690427/workflow
|
||||
- os: ubuntu-latest
|
||||
- version: 'nightly'
|
||||
- arch: x64
|
||||
- allow_failure: true
|
||||
version: 'nightly'
|
||||
arch: x64
|
||||
allow_failure: true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: julia-actions/setup-julia@v2
|
||||
|
|
Loading…
Reference in a new issue