diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8743b31..162c5fa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,9 +45,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: - args: --interpreter ${{ matrix.python_version }} sccache: 'true' - manylinux: auto command: develop - run: pip install pytest name: Install pytest