Skip to content

Commit 5324f6f

Browse files
committed
update CI
1 parent 78920da commit 5324f6f

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: '1.10'
17+
version: '1.12'
1818
- uses: julia-actions/julia-buildpkg@latest
1919
- name: install dependencies
2020
run: julia -e 'using Pkg; pkg"add PkgBenchmark BenchmarkCI@0.1"'

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
matrix:
2424
version:
2525
- '1'
26-
- '1.10'
26+
- '1.12'
2727
os:
2828
- ubuntu-latest
2929
threads:
30-
- '1'
3130
- '5'
3231
arch:
3332
- x64

.github/workflows/downgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
version: ['1.9']
18+
version: ['1.12']
1919
steps:
2020
- uses: actions/checkout@v6
2121
- uses: julia-actions/setup-julia@v1
@@ -26,4 +26,4 @@ jobs:
2626
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra,Dates
2727
- uses: julia-actions/cache@v2
2828
- uses: julia-actions/julia-buildpkg@v1
29-
- uses: julia-actions/julia-runtest@v1
29+
- uses: julia-actions/julia-runtest@v1

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ You can also import them into your namespace:
2222
```
2323
julia> using PyTesseractDecoder: tesseract, stim, np
2424
```
25+
26+
27+
This package is separate from PyQDecoders.jl because tesseract-decoder runs on fewer operating systems and breaks the CI of PyQDecoders.jl.

0 commit comments

Comments
 (0)