Skip to content

Commit 45e876c

Browse files
committed
MAINT: enable git for publish
1 parent 87feb12 commit 45e876c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ jobs:
4747
run: |
4848
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
4949
nvidia-smi
50-
- name: Install latex dependencies
50+
- name: Install Supporting Packages
5151
run: |
5252
apt-get -qq update
5353
export DEBIAN_FRONTEND=noninteractive
5454
apt-get install -y tzdata
55+
apt-get install -y git
5556
apt-get install -y \
5657
texlive-latex-recommended \
5758
texlive-latex-extra \

0 commit comments

Comments
 (0)