Skip to content

Commit

Permalink
GH workflow: run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Dec 3, 2024
1 parent 66bc48d commit e0f4157
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 59 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/test_modules.yaml

This file was deleted.

9 changes: 5 additions & 4 deletions .github/workflows/tex2pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Setup TeX Live
uses: teatimeguest/setup-texlive-action@v3
with:
packages: scheme-basic
- name: Install dependencies for tex2pdf
run: |
cd tex2pdf_service
python -m pip install --upgrade pip
pip install pytest poetry
poetry install
poetry run pip install types-requests
poetry install --extras service
- name: pytest for tex2pdf
run: |
cd tex2pdf_service
export PYTHONPATH=$PWD
poetry run pytest -k "not integration" tests

0 comments on commit e0f4157

Please sign in to comment.