Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Oct 29, 2024
1 parent 7af1945 commit ee5ddea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Step 7: Install the Rust package
- name: Build and Install the Package
run: maturin develop
run: poetry run maturin develop

# Step 8: Run Tests and Generate Coverage Report
- name: Run tests and coverage
Expand Down

0 comments on commit ee5ddea

Please sign in to comment.