diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a3b6b71248..41df85d79f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -294,31 +294,6 @@ jobs: test/test_cvedb.py - name: Run HTML tests run: pytest -v -n auto test/test_html.py - - name: Cache conda - uses: actions/cache@v3 - env: - # Increase to reset cache if requirements.txt file has not changed - CACHE_NUMBER: 0 - with: - path: ~/conda_pkgs_dir - key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ - hashFiles('requirements.txt') }} - - uses: conda-incubator/setup-miniconda@v2 - with: - auto-update-conda: true - activate-environment: pdftotext - use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! - - name: Install pdftotext, reportlab and cve-bin-tool - run: | - conda install -c conda-forge python=3.10 poppler pdftotext - python -m pip install --upgrade pip - python -m pip install --upgrade setuptools - python -m pip install --upgrade wheel - python -m pip install --upgrade reportlab - python -m pip install --upgrade -r dev-requirements.txt - python -m pip install --upgrade . - - name: Test PDF generation on Windows - run: pytest test/test_output_engine.py -k test_output_pdf windows_long_tests: name: Windows long tests @@ -401,4 +376,4 @@ jobs: files: ./coverage.xml flags: win-longtests name: codecov-umbrella - fail_ci_if_error: false + fail_ci_if_error: false \ No newline at end of file