We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839158d commit eae922fCopy full SHA for eae922f
1 file changed
.github/workflows/perf.yml
@@ -47,7 +47,7 @@ jobs:
47
brew update
48
brew install ninja mpich llvm libomp openssl
49
brew link libomp --overwrite --force
50
- python3 -m pip install -r requirements.txt
+ python3 -m pip install -r requirements.txt --break-system-packages
51
- name: Download installed package
52
uses: actions/download-artifact@v4
53
with:
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
bash -e scripts/generate_perf_results.sh
62
env:
63
- PPC_NUM_PROC: 2
+ PPC_NUM_PROC: 1
64
PPC_NUM_THREADS: 2
65
- name: Archive results
66
uses: montudor/action-zip@v1
0 commit comments