Skip to content

Commit 84b4486

Browse files
authored
Merge pull request #25 from steppi/pin-xsref
Pin xsref version in clone-xsref command
2 parents 778395a + 5cb8b35 commit 84b4486

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 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)