From 7841782ef03d8f6a06f42931183ab07533ff3f82 Mon Sep 17 00:00:00 2001 From: "Jose R. Gonzalez" Date: Tue, 30 Jul 2024 14:18:47 -0500 Subject: [PATCH] Remove additional invocation of install command Signed-off-by: Jose R. Gonzalez --- .github/workflows/dev_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_release.yaml b/.github/workflows/dev_release.yaml index 47424987..f51c4e03 100644 --- a/.github/workflows/dev_release.yaml +++ b/.github/workflows/dev_release.yaml @@ -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