mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-06-05 21:49:13 +02:00
[skip travis] adjust available python version
This commit is contained in:
committed by
GitHub
parent
f940c3172a
commit
eb98353bdd
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -99,10 +99,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python 3.4.2 32-Bit
|
- name: Set up Python 3.5.4 32-Bit
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.4.2'
|
python-version: '3.5.4'
|
||||||
architecture: 'x86'
|
architecture: 'x86'
|
||||||
- name: Install Requirements for 32 Bit
|
- name: Install Requirements for 32 Bit
|
||||||
run: pip install pyinstaller==3.5
|
run: pip install pyinstaller==3.5
|
||||||
|
Reference in New Issue
Block a user