Skip to content

Commit

Permalink
actions test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaPaterlini committed Dec 8, 2023
1 parent 3c93247 commit f8a4cba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
command: build
args: --release
- name: Install dependencies
run: |
python -m pip install pytest
Expand Down

0 comments on commit f8a4cba

Please sign in to comment.