Skip to content

Commit

Permalink
add node to test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlevin committed Dec 5, 2024
1 parent 10effa5 commit 8e6a28d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,18 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'

- name: Install apt packages (Linux with python 3.12 only)
if: runner.os == 'Linux' && matrix.python-version == '3.12'

run: |
sudo apt update
sudo apt install -y --no-install-recommends texlive texlive-science texlive-xetex ghostscript pdf2svg texlive-fonts-extra sagemath
- name: Install poetry ${{ matrix.poetry-version }}
run: |
python -m ensurepip
Expand Down

0 comments on commit 8e6a28d

Please sign in to comment.