Browse Source

Update nightly.yml

Downgrading python version in nightly to use same version as local
Mikkel Hjortshøj 3 years ago
parent
commit
7218a68e89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/nightly.yml

+ 1 - 1
.github/workflows/nightly.yml

@@ -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