Skip to content

Commit 2598f2e

Browse files
committed
MAINT: provide access to git for publish workflow
1 parent 29266fd commit 2598f2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
dvipng \
5252
ghostscript \
5353
cm-super
54+
- name: Install Git
55+
shell: bash -l {0}
56+
run: apt-get install -y git
5457
- name: Setup Anaconda
5558
uses: conda-incubator/setup-miniconda@v2
5659
with:

0 commit comments

Comments
 (0)