We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc32ef commit 7931d0dCopy full SHA for 7931d0d
.github/workflows/dev_release.yaml
@@ -34,7 +34,7 @@ jobs:
34
# set up python requirements and scripts on PR branch
35
python3 -m venv ve1
36
cd scripts && ../ve1/bin/pip3 install -r requirements.txt && cd ..
37
- cd scripts && ../ve1/bin/pip3 install . install && cd ..
+ cd scripts && ../ve1/bin/pip3 install . && cd ..
38
39
- name: Build Binary
40
id: build-binary
0 commit comments