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 b2d835d commit 6759cadCopy full SHA for 6759cad
.cirrus.yml
@@ -11,7 +11,8 @@ task:
11
build_script:
12
- cirrusjl build
13
test_script:
14
- - git clone "https://github.com/JuliaDiff/ChainRules.jl.git"
+ - pkg install -y git
15
+ - julia git clone "https://github.com/JuliaDiff/ChainRules.jl.git"
16
# This is a special integration test to see if we broke ChainRules.jl with latest ChainRulesCore.jl changes
17
# Start julia with the project set to newly cloned subdir ChainRules.jl
18
# dev the current directory to get the version of ChainRulesCore that we are testing
0 commit comments