diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 971961c..fc2b1cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: CIBW_BUILD: ${{ matrix.python-tag }} CIBW_BEFORE_BUILD: pip install cython CIBW_BUILD_VERBOSITY: 2 - CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv + # CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv CIBW_TEST_REQUIRES: importlib-resources with: output-dir: dist @@ -53,7 +53,7 @@ jobs: CIBW_BUILD: ${{ matrix.python-tag }} CIBW_BEFORE_BUILD: pip install cython CIBW_BUILD_VERBOSITY: 2 - CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv + # CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv CIBW_TEST_REQUIRES: importlib-resources with: output-dir: dist @@ -78,7 +78,7 @@ jobs: CIBW_BUILD: ${{ matrix.python-tag }} CIBW_BEFORE_BUILD: pip install cython CIBW_BUILD_VERBOSITY: 2 - CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv + # CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv CIBW_TEST_REQUIRES: importlib-resources with: output-dir: dist @@ -107,7 +107,7 @@ jobs: CIBW_BUILD: ${{ matrix.python-tag }} CIBW_BEFORE_BUILD: pip install cython CIBW_BUILD_VERBOSITY: 2 - CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv + # CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv CIBW_TEST_REQUIRES: importlib-resources with: output-dir: dist @@ -155,7 +155,7 @@ jobs: - name: Install built wheel run: python -m pip install --no-binary mDeepFRI --find-links=dist mDeepFRI - name: Run tests without coverage - run: python -m unittest mDeepFRI.tests -vv + # run: python -m unittest mDeepFRI.tests -vv upload: environment: PyPI