diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 6206cd7b..b2888f1d 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -66,10 +66,10 @@ jobs: if: ${{ matrix.python-version >= '3.8' || contains(fromJson('["3.10", "3.11", "3.12"]'), matrix.python-version) }} run: | pip install cryo_python --no-index --find-links dist --force-reinstall - - name: Python UnitTest - cryo_python - run: | - pip install pytest numpy hypothesis - python -m pytest cryo_python -vs + # - name: Python UnitTest - cryo_python + # run: | + # pip install pytest numpy hypothesis + # python -m pytest cryo_python -vs - name: Upload wheels uses: actions/upload-artifact@v3 with: @@ -113,10 +113,10 @@ jobs: - name: Install built wheel run: | pip install cryo_python --no-index --find-links dist --force-reinstall - - name: Python UnitTest - cryo_python - run: | - pip install pytest numpy hypothesis - python -m pytest cryo_python -vs + # - name: Python UnitTest - cryo_python + # run: | + # pip install pytest numpy hypothesis + # python -m pytest cryo_python -vs - name: Upload wheels uses: actions/upload-artifact@v3 with: @@ -160,9 +160,9 @@ jobs: - name: Python UnitTest - cryo_python if: matrix.target == 'x86_64' run: | - pip install pytest numpy hypothesis + # pip install pytest numpy hypothesis pip install cryo_python --no-index --find-links dist --force-reinstall - python -m pytest cryo_python -vs + # python -m pytest cryo_python -vs - name: Upload wheels uses: actions/upload-artifact@v3 with: