diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-09-23 03:51:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 03:51:29 +0200 |
commit | eb98353bdd5b8751d35db1d0cfadaa33320864a5 (patch) | |
tree | 09e0936fea7f346554afda9ab11800b2a2f2700f | |
parent | f940c3172afb9b14023ec82986843bf9cd70af2c (diff) | |
download | hypervideo-pre-eb98353bdd5b8751d35db1d0cfadaa33320864a5.tar.lz hypervideo-pre-eb98353bdd5b8751d35db1d0cfadaa33320864a5.tar.xz hypervideo-pre-eb98353bdd5b8751d35db1d0cfadaa33320864a5.zip |
[skip travis] adjust available python version
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9088dbb3..354ab9903 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,10 +99,10 @@ jobs: steps: - 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 with: - python-version: '3.4.2' + python-version: '3.5.4' architecture: 'x86' - name: Install Requirements for 32 Bit run: pip install pyinstaller==3.5 |