Fix pybind11 dep for almalinux

This commit is contained in:
Ibrahim Wani
2025-08-25 21:38:44 +00:00
parent e2f842d543
commit 162c32a01a
2 changed files with 1 additions and 2 deletions

View File

@@ -104,8 +104,6 @@ jobs:
aggregatePipeline: ${{ parameters.aggregatePipeline }}
${{ if parameters.triggerDownstreamJobs }}:
downstreamAggregateNames: ${{ parameters.downstreamAggregateNames }}
- script: |
python3 -m pip install --user pybind11
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/build-cmake.yml
parameters:
os: ${{ job.os }}

View File

@@ -84,6 +84,7 @@ parameters:
# note: python3.11-setuptools is already installed when updating to python 3.11
texinfo: texinfo
zlib1g-dev: zlib-devel
pybind11-dev: pybind11-devel
steps:
- ${{ if eq(parameters.registerROCmPackages, true) }}: