Update nightly.yml

Downgrading python version in nightly to use same version as local
This commit is contained in:
Mikkel Hjortshøj
2021-10-22 22:42:20 +02:00
committed by GitHub
parent 7375074d2d
commit 7218a68e89
+1 -1
View File
@@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.8.x'
- name: Install B2 CLI
shell: bash