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 1332c45 commit d65b0adCopy full SHA for d65b0ad
.github/workflows/ci.yml
@@ -32,6 +32,11 @@ jobs:
32
- name: Display Pip Versions
33
shell: bash -l {0}
34
run: pip list
35
+ - name: Check LaTeX
36
+ shell: bash -l {0}
37
+ run: |
38
+ which pdflatex
39
+ python path.py
40
- name: Download "build" folder (cache)
41
uses: dawidd6/action-download-artifact@v2
42
with:
path.py
@@ -0,0 +1,2 @@
1
+import os
2
+print(os.getenv("PATH"))
0 commit comments