Skip to content

Update preprocess.py to Python 3 #6

Update preprocess.py to Python 3

Update preprocess.py to Python 3 #6

Workflow file for this run

name: Tests
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up dependencies
run: sudo apt-get update && sudo apt-get install -y g++ texlive-latex-recommended texlive-fonts-extra
- name: Build comprog.pdf
run: make clean && make
- name: Run tests
run: ./tester/run_all_tests.sh