Skip to content

Commit

Permalink
fix: remove test runs from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Jun 4, 2024
1 parent 1650980 commit 6989412
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6989412

Please sign in to comment.