Skip to content

Commit

Permalink
Fixing venv
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior committed Nov 26, 2024
1 parent b43a2d9 commit e79a631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Rust
run: rustup show
- uses: mozilla-actions/[email protected]
- run: make .venv
- run: make venv
- run: make pre-commit
- run: make install
- run: make test
Expand Down

0 comments on commit e79a631

Please sign in to comment.