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 6759cad commit 9867d6dCopy full SHA for 9867d6d
.cirrus.yml
@@ -12,7 +12,7 @@ task:
12
- cirrusjl build
13
test_script:
14
- pkg install -y git
15
- - julia git clone "https://github.com/JuliaDiff/ChainRules.jl.git"
+ - 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