Force py3.6 for pip

This commit is contained in:
Mykola Grymalyuk
2021-03-15 08:46:16 -06:00
parent 4e659ebdbb
commit c712f33cf3

View File

@@ -16,7 +16,7 @@ jobs:
- name: Install Python Dependencies
run: |
python3 -m pip install -U pip
python3.6 -m pip install -U pip
pip3 install pyinstaller
- run: pyinstaller Opencore-Patcher.spec