We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6dab8 commit db40de4Copy full SHA for db40de4
.github/workflows/hip.yml
@@ -42,7 +42,8 @@ jobs:
42
export CXX=$(which clang++)
43
export CC=$(which clang)
44
45
- python3 -m pip install -U pip importlib_metadata launchpadlib setuptools wheel
+ python3 -m pip install -U pip
46
+ python3 -m pip install -U build packaging setuptools[core] wheel
47
python3 -m pip install -U cmake
48
49
# "mpic++ --showme" forgets open-pal in Ubuntu 20.04 + OpenMPI 4.0.3
0 commit comments