Skip to content

Commit d65b0ad

Browse files
committed
check paths
1 parent 1332c45 commit d65b0ad

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- name: Display Pip Versions
3333
shell: bash -l {0}
3434
run: pip list
35+
- name: Check LaTeX
36+
shell: bash -l {0}
37+
run: |
38+
which pdflatex
39+
python path.py
3540
- name: Download "build" folder (cache)
3641
uses: dawidd6/action-download-artifact@v2
3742
with:

path.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import os
2+
print(os.getenv("PATH"))

0 commit comments

Comments
 (0)