This commit is contained in:
Jesse Bannon 2023-02-22 22:38:58 -08:00
parent a121489c69
commit 2abe9b2911

View file

@ -69,6 +69,8 @@ jobs:
python-version: '3.10' python-version: '3.10'
- name: Install and Package - name: Install and Package
run: | run: |
python --version
python3 --version
pip install -e .[build] pip install -e .[build]
# Build executable # Build executable
pyinstaller ytdl-sub.spec pyinstaller ytdl-sub.spec