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
-2
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 ..