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