Skip to content

Commit

Permalink
Drop unused venv creation in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jan 23, 2024
1 parent 138a969 commit 0d4d034
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rustapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
python-version: "3.10"
- name: Prepare virtual environment
run: |
python -m venv env
pip install .
- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 0d4d034

Please sign in to comment.