Skip to content

Commit

Permalink
exclude running tests using pylatex for now, we did not get the githu…
Browse files Browse the repository at this point in the history
…b runner to work correctly
  • Loading branch information
lgabs committed Nov 10, 2024
1 parent 35ca6e7 commit 4cafdb9
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install TeX Live
uses: teatimeguest/setup-texlive-action@v3
with:
packages: |
scheme-basic
latexmk
amsmath
amssymb
amsfonts
graphicx
hyperref
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -41,4 +29,4 @@ jobs:
- name: Run tests
run: |
poetry run pytest -v --cov=gpt_resolve --cov-report=xml
poetry run pytest -v --cov=gpt_resolve --cov-report=xml --ignore=tests/test_pdf_generator.py

0 comments on commit 4cafdb9

Please sign in to comment.