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 3efc5be commit 765dfe2Copy full SHA for 765dfe2
.github/unittest/linux_libs/scripts_habitat/setup_env.sh
@@ -52,9 +52,9 @@ conda install -c anaconda cython="<3.0.0" -y
52
53
# 3. Install git LFS
54
mkdir git_lfs
55
-wget https://github.com/git-lfs/git-lfs/releases/download/v3.4.1/git-lfs-linux-amd64-v3.4.1.tar.gz --directory-prefix git_lfs
+wget https://github.com/git-lfs/git-lfs/releases/download/v2.9.0/git-lfs-linux-amd64-v2.9.0.tar.gz --directory-prefix git_lfs
56
cd git_lfs
57
-tar -xf git-lfs-linux-amd64-v3.4.1.tar.gz
+tar -xf git-lfs-linux-amd64-v2.9.0.tar.gz
58
chmod 755 install.sh
59
./install.sh
60
cd ..
0 commit comments