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 29266fd commit 2598f2eCopy full SHA for 2598f2e
1 file changed
.github/workflows/publish.yml
@@ -51,6 +51,9 @@ jobs:
51
dvipng \
52
ghostscript \
53
cm-super
54
+ - name: Install Git
55
+ shell: bash -l {0}
56
+ run: apt-get install -y git
57
- name: Setup Anaconda
58
uses: conda-incubator/setup-miniconda@v2
59
with:
0 commit comments