mirror of
https://github.com/qwjyh/QuantumLegos.jl.git
synced 2024-11-21 22:50:12 +09:00
remove nightly from CI
This commit is contained in:
parent
03091403e6
commit
f60e0cc4b8
1 changed files with 0 additions and 7 deletions
7
.github/workflows/CI.yml
vendored
7
.github/workflows/CI.yml
vendored
|
@ -29,13 +29,6 @@ jobs:
|
|||
- 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
|
||||
continue-on-failure: true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: julia-actions/setup-julia@v2
|
||||
|
|
Loading…
Reference in a new issue