Explorar el Código

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

Mikkel Hjortshøj hace 4 años
padre
commit
06b2a9a3e7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/workflows/nightly.yml

+ 3 - 0
.github/workflows/nightly.yml

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