Skip to content

Commit

Permalink
fix(ci): add git
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdabcd987 committed Dec 22, 2023
1 parent d415814 commit aa07682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-ci-gpu-tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi
bash "/ci-cache/Miniforge3.sh" -b -p "$HOME/conda"
source "$HOME/conda/etc/profile.d/conda.sh"
source "$HOME/conda/etc/profile.d/mamba.sh"
mamba create -y -n punica-ci python=3.10.13
mamba create -y -n punica-ci python=3.10.13 git
mamba activate punica-ci
echo "::endgroup::"

Expand Down

0 comments on commit aa07682

Please sign in to comment.