aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/builds.yml')
-rw-r--r--.github/workflows/builds.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 1788e42d9..6ad31da9e 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -55,9 +55,6 @@ jobs:
55 with: 55 with:
56 node-version-file: '.nvmrc' 56 node-version-file: '.nvmrc'
57 cache: 'pnpm' 57 cache: 'pnpm'
58 - name: Use python specified in the '.python-version' file
59 uses: actions/setup-python@v5
60 if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }}
61 - name: Install node dependencies 58 - name: Install node dependencies
62 if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }} 59 if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }}
63 uses: nick-fields/retry@v3 60 uses: nick-fields/retry@v3
@@ -180,8 +177,6 @@ jobs:
180 with: 177 with:
181 node-version-file: '.nvmrc' 178 node-version-file: '.nvmrc'
182 cache: 'pnpm' 179 cache: 'pnpm'
183 - name: Use python specified in the '.python-version' file
184 uses: actions/setup-python@v5
185 - name: Install node dependencies 180 - name: Install node dependencies
186 uses: nick-fields/retry@v3 181 uses: nick-fields/retry@v3
187 with: 182 with:
@@ -261,8 +256,6 @@ jobs:
261 with: 256 with:
262 node-version-file: '.nvmrc' 257 node-version-file: '.nvmrc'
263 cache: 'pnpm' 258 cache: 'pnpm'
264 - name: Use python specified in the '.python-version' file
265 uses: actions/setup-python@v5
266 - name: Install node dependencies 259 - name: Install node dependencies
267 uses: nick-fields/retry@v3 260 uses: nick-fields/retry@v3
268 with: 261 with:
@@ -363,8 +356,6 @@ jobs:
363 with: 356 with:
364 node-version-file: '.nvmrc' 357 node-version-file: '.nvmrc'
365 cache: 'pnpm' 358 cache: 'pnpm'
366 - name: Use python specified in the '.python-version' file
367 uses: actions/setup-python@v5
368 #TODO - Remove this once https://github.com/electron-userland/electron-builder/issues/6933#issuecomment-1213438889 is resolved 359 #TODO - Remove this once https://github.com/electron-userland/electron-builder/issues/6933#issuecomment-1213438889 is resolved
369 - name: Tweak pnpm.cjs 360 - name: Tweak pnpm.cjs
370 run: | 361 run: |