Skip to content

Commit db40de4

Browse files
committed
CI: ROCm setuptools
1 parent 5a6dab8 commit db40de4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hip.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
export CXX=$(which clang++)
4343
export CC=$(which clang)
4444
45-
python3 -m pip install -U pip importlib_metadata launchpadlib setuptools wheel
45+
python3 -m pip install -U pip
46+
python3 -m pip install -U build packaging setuptools[core] wheel
4647
python3 -m pip install -U cmake
4748
4849
# "mpic++ --showme" forgets open-pal in Ubuntu 20.04 + OpenMPI 4.0.3

0 commit comments

Comments
 (0)