Skip to content

Commit

Permalink
Cache python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
m3ru authored Aug 12, 2024
1 parent a46eda2 commit 9756502
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tex-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"

- name: Install cgel dependencies
run: |
python -m pip install --upgrade pip
pip install -r cgel/requirements.txt
cache: "pip"
- run: pip install -r cgel/requirements.txt

- name: Install texlive
run: sudo apt-get install texlive-latex-extra

Expand Down

0 comments on commit 9756502

Please sign in to comment.