Skip to content

Commit 1ef14eb

Browse files
authored
ci: remove pdf tests from windows short tests (#2465)
Removes pdf tests from windows short tests fixes #2464
1 parent dfebe37 commit 1ef14eb

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -294,31 +294,6 @@ jobs:
294294
test/test_cvedb.py
295295
- name: Run HTML tests
296296
run: pytest -v -n auto test/test_html.py
297-
- name: Cache conda
298-
uses: actions/cache@v3
299-
env:
300-
# Increase to reset cache if requirements.txt file has not changed
301-
CACHE_NUMBER: 0
302-
with:
303-
path: ~/conda_pkgs_dir
304-
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
305-
hashFiles('requirements.txt') }}
306-
- uses: conda-incubator/setup-miniconda@v2
307-
with:
308-
auto-update-conda: true
309-
activate-environment: pdftotext
310-
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
311-
- name: Install pdftotext, reportlab and cve-bin-tool
312-
run: |
313-
conda install -c conda-forge python=3.10 poppler pdftotext
314-
python -m pip install --upgrade pip
315-
python -m pip install --upgrade setuptools
316-
python -m pip install --upgrade wheel
317-
python -m pip install --upgrade reportlab
318-
python -m pip install --upgrade -r dev-requirements.txt
319-
python -m pip install --upgrade .
320-
- name: Test PDF generation on Windows
321-
run: pytest test/test_output_engine.py -k test_output_pdf
322297

323298
windows_long_tests:
324299
name: Windows long tests
@@ -401,4 +376,4 @@ jobs:
401376
files: ./coverage.xml
402377
flags: win-longtests
403378
name: codecov-umbrella
404-
fail_ci_if_error: false
379+
fail_ci_if_error: false

0 commit comments

Comments
 (0)