From 6ce64fad7290b552f55727751f6af99c469e54ab Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 22 Dec 2021 18:39:01 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c810310d..9a53eadb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -187,7 +187,7 @@ jobs: $pip install wheel $pipoptions - name: Install PyInstaller - if: matrix.goal != test + if: matrix.goal != 'test' run: | export url="https://codeload.github.com/pyinstaller/pyinstaller/tar.gz/${PYINSTALLER_VERSION}" echo "Downloading ${url}"