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 c6bd235
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/test_modules.yaml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/tex2pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ jobs:
python-version: "3.11"
- 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 c6bd235

Please sign in to comment.