From fa7269fc8592ba6d3ee8908a4c9f245e0fceb02a Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Thu, 12 Oct 2023 19:01:58 +0200 Subject: [PATCH] don't upload artifacts --- .github/workflows/python-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 39ef6a9..ecdf4ad 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -40,12 +40,6 @@ jobs: pip install pytest pytest-cov pytest --cov-report html --cov="." tests/ continue-on-error: true - - name: Upload artifacts - if: ${{matrix.os == 'windows-latest' && matrix.python-version == '3.10'}} - uses: actions/upload-artifact@v3 - with: - name: reference_files - path: ./tests/reference_files - name: Upload coverage data to smokeshow if: ${{matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'}} # upload coverage once run: |