Avoid upgrading dependancies

This commit is contained in:
Mykola Grymalyuk
2021-08-05 17:45:23 -06:00
parent 3416a4bbdd
commit 3515d81c26
2 changed files with 0 additions and 5 deletions

View File

@@ -13,9 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Python Dependencies
run: pip3 install --upgrade pyinstaller requests pyobjc
- run: pyinstaller OpenCore-Patcher.spec
- run: ./after_pyinstaller.sh
- run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --force --deep --timestamp --entitlements entitlements.plist -o runtime "dist/OpenCore-Patcher.app"'

View File

@@ -12,8 +12,6 @@ jobs:
runs-on: x86_64_mojave
steps:
- uses: actions/checkout@v2
- name: Install Python Dependencies
run: pip3 install --upgrade pyinstaller requests pyobjc
- run: pyinstaller OCLP-CLI.spec
- run: cd dist; cp OCLP-CLI ../; cd ..