Explorar o código

Update nightly.yml

Mikkel Hjortshøj %!s(int64=4) %!d(string=hai) anos
pai
achega
a239fcfa3a
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      .github/workflows/nightly.yml

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

@@ -103,7 +103,12 @@ jobs:
       
       - name: Install B2 CLI
         shell: bash
-        run: sudo pip install --upgrade b2
+        run: |
+          python -m pip install --upgrade pip
+          sudo pip install --upgrade b2
+      
+      - name: Display Python version
+        run: python -c "import sys; print(sys.version)"
       
       - name: Download Windows artifacts
         uses: actions/download-artifact@v1