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

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2023-07-18 09:53:12 +02:00
parent 6ea828936f
commit 5991e780f5
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553
1 changed files with 3 additions and 0 deletions

View File

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