From b12dbf6d6b5537fdf4b18a797f4119848496d4f7 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Thu, 12 Oct 2023 18:37:20 +0200 Subject: [PATCH] continue on pytest errors --- .github/workflows/python-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index af1c217..39ef6a9 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -39,6 +39,7 @@ jobs: run: | 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