Skip to content

Commit eae922f

Browse files
authored
Address review comment, add --break-system-packages
1 parent 839158d commit eae922f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
brew update
4848
brew install ninja mpich llvm libomp openssl
4949
brew link libomp --overwrite --force
50-
python3 -m pip install -r requirements.txt
50+
python3 -m pip install -r requirements.txt --break-system-packages
5151
- name: Download installed package
5252
uses: actions/download-artifact@v4
5353
with:
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
bash -e scripts/generate_perf_results.sh
6262
env:
63-
PPC_NUM_PROC: 2
63+
PPC_NUM_PROC: 1
6464
PPC_NUM_THREADS: 2
6565
- name: Archive results
6666
uses: montudor/action-zip@v1

0 commit comments

Comments
 (0)