Skip to content

Commit

Permalink
try to force use of python 3.8 for windows as required by craft
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien authored and backportbot-nextcloud[bot] committed Jul 18, 2023
1 parent 996847d commit 4b833e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4b833e3

Please sign in to comment.