mirror of
https://github.com/qwjyh/QuantumLegos.jl.git
synced 2024-11-21 22:50:12 +09:00
update CI not to run on nightly
- refs - https://discourse.julialang.org/t/why-do-packages-run-continuous-integration-tests-on-julia-nightly/101208/11 - https://github.com/JuliaData/DataFrames.jl/actions/runs/8622690427/workflow
This commit is contained in:
parent
fda016f02d
commit
c68874a7e7
1 changed files with 7 additions and 1 deletions
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
|
@ -25,11 +25,17 @@ jobs:
|
|||
version:
|
||||
- '1.10'
|
||||
- '1.9'
|
||||
- 'nightly'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
arch:
|
||||
- x64
|
||||
include:
|
||||
# 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
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: julia-actions/setup-julia@v2
|
||||
|
|
Loading…
Reference in a new issue