From b438a86f748e0153196c97d618a819cdf95f7196 Mon Sep 17 00:00:00 2001 From: James O'Neill Date: Wed, 5 Feb 2025 06:26:33 +0900 Subject: [PATCH] Remove Python installation from wasm-release job (#230) Remove the Python installation step from the wasm-release pipeline job so that it can actually get to the engine compilation. --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43d4c5a9..c53eafae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,10 +58,6 @@ jobs: # make `git describe` show the correct commit hash fetch-depth: '0' - - uses: actions/setup-python@v5 - with: - python-version: '3' - - name: Install emsdk uses: actions/checkout@v4.1.1 with: -- 2.39.5