aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom-Oliver Heidel <github@tom-oliver.eu>2020-11-10 01:19:33 +0100
committerGitHub <noreply@github.com>2020-11-10 01:19:33 +0100
commitda8fb75df5aa3a6bdda2afbe7bec7da905f0618a (patch)
tree6fc52cc1f97140804cbdc9683ce45e1c42f54ac9
parent651bae3d231640fa9389d4e8d24412ad75f01843 (diff)
downloadhypervideo-pre-da8fb75df5aa3a6bdda2afbe7bec7da905f0618a.tar.lz
hypervideo-pre-da8fb75df5aa3a6bdda2afbe7bec7da905f0618a.tar.xz
hypervideo-pre-da8fb75df5aa3a6bdda2afbe7bec7da905f0618a.zip
[skip travis] adjust python versions
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 74b50ecca..4920a30b8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
- python-version: '3.x'
+ python-version: '3.8'
- name: Install Requirements
run: pip install pyinstaller
- name: Bump version
@@ -116,7 +116,7 @@ jobs:
- name: Set up Python 3.5.4 32-Bit
uses: actions/setup-python@v2
with:
- python-version: '3.5.4'
+ python-version: '3.4.4'
architecture: 'x86'
- name: Install Requirements for 32 Bit
run: pip install pyinstaller==3.5