Skip to content

Commit 4f483db

Browse files
committed
update CI workflow: re-enable commented dependencies and fix script argument formatting
1 parent c13b506 commit 4f483db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ubuntu.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ jobs:
323323
PPC_NUM_PROC: 1
324324
PPC_ASAN_RUN: 1
325325
clang-build-codecov:
326-
# needs:
327-
# - gcc-test-extended
328-
# - clang-test-extended
326+
# needs:
327+
# - gcc-test-extended
328+
# - clang-test-extended
329329
runs-on: ubuntu-24.04
330330
container:
331331
image: ghcr.io/learning-process/ppc-ubuntu:latest
@@ -354,8 +354,8 @@ jobs:
354354
cmake --build build --parallel
355355
- name: Run tests and generate coverage
356356
run: >
357-
python3 scripts/run_tests.py --running-type processes_coverage
358-
--additional-mpi-args "--oversubscribe" --llvm-version 20
357+
python3 scripts/run_tests.py --running-type=processes_coverage
358+
--additional-mpi-args="--oversubscribe" --llvm-version=20
359359
env:
360360
LLVM_PROFILE_FILE: coverage-%p-%m.profraw
361361
PPC_NUM_THREADS: 2

0 commit comments

Comments
 (0)