Skip to content

Commit d2118d3

Browse files
authored
Update transformer-engine-ci.yml
1 parent 6971d32 commit d2118d3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/transformer-engine-ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,14 @@ jobs:
8686
- name: 📦 Build wheel inside container
8787
run: |
8888
set -ex
89-
89+
90+
sudo su
9091
# Install CMake
9192
CMAKE_LINK="https://github.com/Kitware/CMake/releases/download/v3.30.0/cmake-3.30.0-linux-x86_64.sh"
92-
sudo wget -q -P /opt ${CMAKE_LINK}
93-
sudo chmod +x /opt/cmake-*.sh
94-
sudo mkdir -p /opt/cmake
95-
sudo bash /opt/cmake-*.sh --skip-license --prefix=/opt/cmake
93+
wget -q -P /opt ${CMAKE_LINK}
94+
chmod +x /opt/cmake-*.sh
95+
mkdir -p /opt/cmake
96+
bash /opt/cmake-*.sh --skip-license --prefix=/opt/cmake
9697
ln -sf /opt/cmake/bin/* /usr/local/bin/
9798
cmake --version
9899
@@ -158,6 +159,8 @@ jobs:
158159
- name: 🧪 Run tests
159160
run: |
160161
set -ex
162+
163+
sudo su
161164
# Enhanced debug output
162165
ls -d /opt/rocm*
163166
python --version

0 commit comments

Comments
 (0)