diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-11-01 03:38:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-01 03:38:44 +0100 |
commit | 764876a01f2f9c1eb59691678c5629fe283a39ce (patch) | |
tree | 72fdb2c456d12f5b82021fbaa9eb12b82d12922a | |
parent | 31108ce946eccbe765b12f0b8a9a47622af68c27 (diff) | |
download | hypervideo-pre-764876a01f2f9c1eb59691678c5629fe283a39ce.tar.lz hypervideo-pre-764876a01f2f9c1eb59691678c5629fe283a39ce.tar.xz hypervideo-pre-764876a01f2f9c1eb59691678c5629fe283a39ce.zip |
[skip travis] select python 3.8 in workflow file
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5d94dc49..2bf54cd58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.8' - name: Install packages run: sudo apt-get -y install zip pandoc man - name: Bump version |