diff --git a/.github/workflows/build_llvm_libraries.yml b/.github/workflows/build_llvm_libraries.yml index 5c9282a17f..67eaf614d1 100644 --- a/.github/workflows/build_llvm_libraries.yml +++ b/.github/workflows/build_llvm_libraries.yml @@ -40,12 +40,7 @@ jobs: - name: install dependencies for macos-14 if: inputs.os == 'macos-14' - run: /usr/bin/env python3 -m pip install --break-system-packages -r requirements.txt - working-directory: build-scripts - - - name: install dependencies for macos-14 - if: inputs.os == 'macos-14' - run: /usr/bin/env python3 -m pip install --break-system-packages -r requirements.txt + run: /usr/bin/env python3 -m pip install -r requirements.txt --break-system-packages working-directory: build-scripts - name: retrive the last commit ID