Skip to content

Commit ba6a0b1

Browse files
Restore pip install
1 parent 75ee01e commit ba6a0b1

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,12 @@ jobs:
7777
O3DE-${{ runner.os }}-${{ runner.arch }}-
7878
O3DE-${{ runner.os }}-
7979
80-
- name: Setup sccache
81-
uses: mozilla-actions/sccache-action@v0.0.9
80+
git - name: Setup python
81+
uses: actions/setup-python@v6
82+
with:
83+
python-version: "3.10"
84+
pip-install: -r python/requirements.txt
85+
cache: pip
8286

8387
- name: Setup cmake
8488
uses: lukka/get-cmake@v4.2.1
@@ -88,12 +92,8 @@ jobs:
8892
useCloudCache: true
8993
useLocalCache: true
9094

91-
- name: Setup python
92-
uses: actions/setup-python@v6
93-
with:
94-
python-version: "3.14"
95-
# pip-install: -r scripts/build/build_node/Platform/Common/requirements.txt
96-
cache: pip
95+
- name: Setup sccache
96+
uses: mozilla-actions/sccache-action@v0.0.9
9797

9898
- name: Setup platform
9999
continue-on-error: true
@@ -102,9 +102,10 @@ jobs:
102102
- name: Build (${{ inputs.type }})
103103
timeout-minutes: 330
104104
env:
105-
LY_PACKAGE_SERVER_URLS: https://d1gg6ket0m44ly.cloudfront.net;https://d3t6xeg4fgfoum.cloudfront.net
106105
CMAKE_C_COMPILER_LAUNCHER: sccache
107106
CMAKE_CXX_COMPILER_LAUNCHER: sccache
107+
LY_PACKAGE_SERVER_URLS: https://d1gg6ket0m44ly.cloudfront.net;https://d3t6xeg4fgfoum.cloudfront.net
108+
NDK_VERSION: "25.1.8937393"
108109
SCCACHE_GHA_ENABLED: true
109110
run: >-
110111
python -u scripts/build/ci_build.py

0 commit comments

Comments
 (0)