From 0c55bc33d179dd057a90101c89aaaa2fa4b08c50 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 19 Jun 2024 17:53:38 -0700 Subject: [PATCH] updates Signed-off-by: Jess Frazelle --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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