From 8edc06ba41703385e53bec26ee70025dee49afe6 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 11 Jan 2022 08:33:42 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f981813e..fac71151 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,8 +17,6 @@ env: BUILD_OPENSSL_VERSION: "3.0.1" MIN_OPENSSL_VERSION: "1.1.1l" PATCHELF_VERSION: "0.13" - # PYINSTALLER_VERSION can be full commit hash or version like v4.20 - #PYINSTALLER_VERSION: "86eeca8b4ba8012ab2df19ca206cafbe263b6a81" jobs: build: @@ -96,7 +94,7 @@ jobs: path: | ~/python ~/ssl - key: ${{ matrix.os }}-${{ matrix.jid }}-20220110 + key: ${{ matrix.os }}-${{ matrix.jid }}-20220111 - name: Set env variables env: @@ -225,6 +223,8 @@ jobs: set +e $pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U --force-reinstall $pipoptions $pip install --upgrade -r requirements.txt $pipoptions + # yubikey-manager holds cryptography to old version, force upgrade + $pip install --upgrade --no-deps cryptography $pipoptions - name: Build GAM with PyInstaller if: matrix.goal != 'test'