From 7e2954e33dc427c4a7070aa02759d74e5c960036 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 22 Feb 2023 14:30:03 -0800 Subject: [PATCH] try -m --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index df356377..bde19fba 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -87,8 +87,8 @@ jobs: # Set an output parameter `uname` for use in subsequent steps run: | apk add python3 py3-pip - pip install -e . - pip install pyinstaller + python3 -m pip install -e . + python3 -m pip install pyinstaller EXEC_SUFFIX=_${{ matrix.arch }} make executable mv dist/ytdl-sub_${{ matrix.arch }} /artifacts