Skip to content

Commit 5cb8b35

Browse files
committed
Make clone of xsref shallow
1 parent 4e78782 commit 5cb8b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ libarrow-all = ">=19.0.1,<20"
4444
# clean xsref dir
4545
clean-xsref = { cwd = ".", cmd = "rm -rf xsref" }
4646
# clone xsref
47-
clone-xsref.cmd = "git clone --branch v0.0.0 https://github.com/scipy/xsref.git"
47+
clone-xsref.cmd = "git clone --depth 1 --branch v0.0.0 https://github.com/scipy/xsref.git"
4848
clone-xsref.cwd = "."
4949
clone-xsref.depends-on = ["clean-xsref"]
5050
# configure cmake for tests

0 commit comments

Comments
 (0)