From 5bd347a44ba4cf64879e09b805c97721eaf7d3e5 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 22 Feb 2023 14:49:08 -0800 Subject: [PATCH] git --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 986e1ff0..1edbfd8f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -86,7 +86,7 @@ jobs: # Set an output parameter `uname` for use in subsequent steps run: | - apk add python3 py3-pip make + apk add python3 py3-pip make git python3 -m pip install -e . echo "Done!" python3 -m pip install pyinstaller