From 88fd69768c56eb3ff59aaf52bf5d8e693cc425d3 Mon Sep 17 00:00:00 2001 From: Dennis Fokin Date: Fri, 18 Sep 2020 10:26:16 +0200 Subject: [PATCH] TEST: actions test --- .github/workflows/macOS.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 22806d321..7ab7519a8 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -67,9 +67,7 @@ jobs: cd pyscard* patch setup.py ../.github/workflows/macos-pyscard-patch.patch cd .. - sudo env MACOSX_DEPLOYMENT_TARGET=10.13 CFLAGS="-I/opt/openssl/include" LDFLAGS="-L/opt/openssl/lib" /Library/Frameworks/Python.framework/Versions/3.8/bin/pip3.8 install ./pyscard* --no-binary :all: --ignore-installed --force-reinstall --no-cache - sudo env MACOSX_DEPLOYMENT_TARGET=10.13 CFLAGS="-I/opt/openssl/include" LDFLAGS="-L/opt/openssl/lib" /Library/Frameworks/Python.framework/Versions/3.8/bin/pip3.8 install -r requirements.txt --no-binary :all: - + - name: Change id for bundled Python run: sudo sed -i '' 's/org.python.python/com.yubico.python/g' /Library/Frameworks/Python.framework/Versions/3.8/Resources/Python.app/Contents/Info.plist