Selaa lähdekoodia

try to force use of python 3.8 for windows as required by craft

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien 2 vuotta sitten
vanhempi
commit
4b833e3e92
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      .github/workflows/windows-build-and-test.yml

+ 3 - 0
.github/workflows/windows-build-and-test.yml

@@ -19,6 +19,9 @@ jobs:
         with:
           fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
 
+      - uses: actions/setup-python@v1
+        with:
+          python-version: '3.8'
       - name: Install Craft Master with Nextcloud Client Deps
         shell: pwsh
         run: |