diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32d157a..161b23f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,7 +107,7 @@ jobs: python-version: '3.10' # pip needs LaTeX? https://github.com/actions/setup-python/issues/821#issuecomment-2078641947 - name: Install LaTeX - run: sudo apt-get install -y texlive-full + run: apt-get install -y texlive-full - name: Install dependencies run: pip install -r src/scripts/app/requirements.txt - name: Run tests and collect coverage