Skip to content

Commit 6759cad

Browse files
authored
install git
1 parent b2d835d commit 6759cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ task:
1111
build_script:
1212
- cirrusjl build
1313
test_script:
14-
- git clone "https://github.com/JuliaDiff/ChainRules.jl.git"
14+
- pkg install -y git
15+
- julia git clone "https://github.com/JuliaDiff/ChainRules.jl.git"
1516
# This is a special integration test to see if we broke ChainRules.jl with latest ChainRulesCore.jl changes
1617
# Start julia with the project set to newly cloned subdir ChainRules.jl
1718
# dev the current directory to get the version of ChainRulesCore that we are testing

0 commit comments

Comments
 (0)