diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8bd85de..deb5290 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -81,8 +81,9 @@ jobs: python-version: 3.x - name: Build wheels uses: PyO3/maturin-action@v1 - with: - command: develop + - name: install the wheel + run: | + pip install target/wheels/*.whl - name: install test deps run: | pip install pytest pytest-asyncio