We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e67bf3 commit ca45982Copy full SHA for ca45982
.github/workflows/CI.yml
@@ -30,6 +30,10 @@ jobs:
30
with:
31
version: ${{ matrix.version }}
32
arch: ${{ matrix.arch }}
33
+ - uses: julia-actions/julia-downgrade-compat@v1
34
+ if: ${{ matrix.version == '1.10' }}
35
+ with:
36
+ skip: Pkg, TOML
37
- uses: julia-actions/cache@v1
38
- uses: julia-actions/julia-buildpkg@v1
39
- uses: julia-actions/julia-runtest@v1
Project.toml
@@ -14,8 +14,8 @@ ADTypesChainRulesCoreExt = "ChainRulesCore"
14
ADTypesEnzymeCoreExt = "EnzymeCore"
15
16
[compat]
17
-ChainRulesCore = "1.23.0"
18
-EnzymeCore = "0.7.2"
+ChainRulesCore = "1.0.2"
+EnzymeCore = "0.5.3,0.6,0.7"
19
julia = "1.10"
20
21
[extras]
0 commit comments