[CI] Try setting python 3.x in nightly upload step

This commit is contained in:
Mikkel Hjortshøj
2020-11-08 00:01:31 +01:00
committed by GitHub
parent 7a7fddd1df
commit 06b2a9a3e7

View File

@@ -96,6 +96,9 @@ jobs:
needs: [build_windows, build_macos, build_ubuntu]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install B2 CLI
shell: bash