Skip to content

Commit

Permalink
According to actions/setup-python#421 we need to specify the python v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
vraravam committed Mar 23, 2024
1 parent f53ffea commit de16dbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/builds.yml
Expand Up @@ -59,6 +59,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
python-version: '3.11.8'
cache: 'pip'
- name: Install node dependencies
if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }}
Expand Down Expand Up @@ -186,6 +187,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
python-version: '3.11.8'
cache: 'pip'
- name: Install node dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -270,6 +272,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
python-version: '3.11.8'
cache: 'pip'
- name: Install node dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -375,6 +378,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
python-version: '3.11.8'
cache: 'pip'
#TODO - Remove this once https://github.com/electron-userland/electron-builder/issues/6933#issuecomment-1213438889 is resolved
- name: Tweak pnpm.cjs
Expand Down

0 comments on commit de16dbf

Please sign in to comment.