diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0a2f94f..e180467 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: - run: pip install maturin - run: pip install -e .[test] - run: pytest - - run: cargo test +# - run: cargo test # linux: # runs-on: ${{ matrix.platform.runner }}