Skip to content

Commit

Permalink
Remove additional invocation of install command (#457)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish authored Jul 30, 2024
1 parent bcc32ef commit 7931d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# set up python requirements and scripts on PR branch
python3 -m venv ve1
cd scripts && ../ve1/bin/pip3 install -r requirements.txt && cd ..
cd scripts && ../ve1/bin/pip3 install . install && cd ..
cd scripts && ../ve1/bin/pip3 install . && cd ..
- name: Build Binary
id: build-binary
Expand Down

0 comments on commit 7931d0d

Please sign in to comment.