Skip to content

Commit 30152ea

Browse files
Merge branch 'master' into fm/reca
2 parents c11d5d5 + 2cfa8d2 commit 30152ea

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/Downgrade.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
jobs:
1717
downgrade:
1818
strategy:
19-
fail-fast: false
2019
matrix:
20+
2121
project:
2222
- name: ReservoirComputing
2323
path: .
@@ -35,10 +35,12 @@ jobs:
3535
- uses: actions/checkout@v4
3636
- uses: julia-actions/setup-julia@v2
3737
with:
38-
version: ${{ matrix.version }}
39-
- uses: julia-actions/julia-downgrade-compat@v1
38+
version: ${{ matrix.julia-version }}
39+
- uses: julia-actions/julia-downgrade-compat@v2
40+
# if: ${{ matrix.version == '1.6' }}
4041
with:
41-
skip: Pkg, TOML, Test, Random, LinearAlgebra, Statistics, SparseArrays
42+
43+
skip: Pkg, TOML
4244
project: ${{ matrix.project.path }}
4345
- uses: julia-actions/cache@v2
4446
with:

0 commit comments

Comments
 (0)