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 778395a commit 4e78782Copy full SHA for 4e78782
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 --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