Skip to content

Commit

Permalink
Cache pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 15, 2023
1 parent e6ddf00 commit 208b4c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-beta.4"]

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |
sudo apt install texlive-latex-extra texlive-pictures texlive-science texlive-fonts-recommended lmodern ghostscript pgf
Expand Down

0 comments on commit 208b4c8

Please sign in to comment.