Skip to content

Commit 7931d0d

Browse files
authored
Remove additional invocation of install command (#457)
Signed-off-by: Jose R. Gonzalez <[email protected]>
1 parent bcc32ef commit 7931d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# set up python requirements and scripts on PR branch
3535
python3 -m venv ve1
3636
cd scripts && ../ve1/bin/pip3 install -r requirements.txt && cd ..
37-
cd scripts && ../ve1/bin/pip3 install . install && cd ..
37+
cd scripts && ../ve1/bin/pip3 install . && cd ..
3838
3939
- name: Build Binary
4040
id: build-binary

0 commit comments

Comments
 (0)