Skip to content

Explicitly use python3 for regenerate rule. #48

Explicitly use python3 for regenerate rule.

Explicitly use python3 for regenerate rule. #48

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y ninja-build texlive-latex-base
- name: Running tests
run: |
./dist.sh test