Skip to content

Commit b215169

Browse files
committed
update downgrade.yml
1 parent 73031c1 commit b215169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ jobs:
1818
version: ['1.10']
1919
steps:
2020
- uses: actions/checkout@v5
21-
- uses: julia-actions/setup-julia@v1
21+
- uses: julia-actions/setup-julia@v2
2222
with:
2323
version: ${{ matrix.version }}
2424
- uses: julia-actions/julia-downgrade-compat@v2
2525
with:
2626
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra
2727
- uses: julia-actions/cache@v2
28-
- run: |
29-
julia --project=@. -e 'using Pkg; Pkg.develop(path=joinpath(dirname(@__DIR__), "QuantumClifford.jl", "lib", "QECCore"))'
3028
- uses: julia-actions/julia-buildpkg@v1
3129
- uses: julia-actions/julia-runtest@v1

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliagraphs.org/GraphsColoring.jl/dev/)
1212
[![Build Status](https://github.com/JuliaGraphs/GraphsColoring.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaGraphs/GraphsColoring.jl/actions/workflows/CI.yml?query=branch%3Amain)
1313
[![Coverage](https://codecov.io/gh/djukic14/GraphsColoring.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/djukic14/GraphsColoring.jl)
14+
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
15+
1416

1517
## Introduction
1618

0 commit comments

Comments
 (0)