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.
2 parents 778395a + 5cb8b35 commit 84b4486Copy full SHA for 84b4486
pixi.toml
@@ -44,7 +44,7 @@ libarrow-all = ">=19.0.1,<20"
44
# clean xsref dir
45
clean-xsref = { cwd = ".", cmd = "rm -rf xsref" }
46
# clone xsref
47
-clone-xsref.cmd = "git clone https://github.com/scipy/xsref.git"
+clone-xsref.cmd = "git clone --depth 1 --branch v0.0.0 https://github.com/scipy/xsref.git"
48
clone-xsref.cwd = "."
49
clone-xsref.depends-on = ["clean-xsref"]
50
# configure cmake for tests
0 commit comments