Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 20, 2024
1 parent 79c5797 commit 0c55bc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c55bc3

Please sign in to comment.