From 429503dccaa658007fd4ca3cc7139105df2febff Mon Sep 17 00:00:00 2001 From: aouinizied Date: Tue, 26 Apr 2022 16:18:37 +0200 Subject: [PATCH] Fix Windows CI. --- .github/workflows/build_test_publish_windows.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/build_test_publish_windows.yml b/.github/workflows/build_test_publish_windows.yml index bb378fb..cb6eb88 100644 --- a/.github/workflows/build_test_publish_windows.yml +++ b/.github/workflows/build_test_publish_windows.yml @@ -72,24 +72,9 @@ jobs: retention-days: 1 - name: Test - # On other versions then 3.9, we test only. (without coverage generation) - # Disable 3.6 and 3.7 - if: startsWith(matrix.os, 'windows') && !startsWith(matrix.python-version, '3.9') && !startsWith(matrix.python-version, '3.7') && !startsWith(matrix.python-version, '3.6') run: | python tests.py - - name: Test and generate coverage report - # On version 3.9, we test and generate coverage report. - if: startsWith(matrix.python-version, '3.9') - run: | - python -m pip install coverage - python -m coverage run tests.py - python -m coverage combine - - - name: Upload coverage to Codecov - if: startsWith(matrix.python-version, '3.9') - uses: codecov/codecov-action@v1 - - name: Publish on Pypi if: startsWith(github.ref, 'refs/tags/') env: