File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -294,31 +294,6 @@ jobs:
294
294
test/test_cvedb.py
295
295
- name : Run HTML tests
296
296
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
322
297
323
298
windows_long_tests :
324
299
name : Windows long tests
@@ -401,4 +376,4 @@ jobs:
401
376
files : ./coverage.xml
402
377
flags : win-longtests
403
378
name : codecov-umbrella
404
- fail_ci_if_error : false
379
+ fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments