Skip to content

Commit

Permalink
No need for virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jul 15, 2024
1 parent 0dcf0fa commit 63b187a
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 @@ -29,6 +29,6 @@ jobs:
- name: Build Rust module
uses: PyO3/maturin-action@v1
with:
command: dev -E test,lint
command: dev -E test,lint --find-interpreter
- name: Verify
run: just verify

0 comments on commit 63b187a

Please sign in to comment.