Skip to content

Commit e46bbd7

Browse files
Coalesce two steps now that gen_coverage can handle both layouts
1 parent ae0c6cc commit e46bbd7

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/generate-coverage.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,7 @@ jobs:
9090
run: |
9191
pip install numpy"<1.26.0" cython setuptools pytest pytest-cov scikit-build cmake coverage[toml]
9292
93-
- name: Build dpctl with coverage for oneAPI 2023
94-
if: env.USE_2023 == '1'
95-
shell: bash -l {0}
96-
run: |
97-
source /opt/intel/oneapi/setvars.sh
98-
export ARGS="--not-oneapi --compiler-root ${CMPLR_ROOT}"
99-
export ARGS="${ARGS} --c-compiler ${CMPLR_ROOT}/linux/bin/icx"
100-
export ARGS="${ARGS} --cxx-compiler ${CMPLR_ROOT}/linux/bin/icpx"
101-
export ARGS="${ARGS} --bin-llvm ${CMPLR_ROOT}/linux/bin-llvm"
102-
python scripts/gen_coverage.py ${ARGS}
103-
104-
- name: Build dpctl with coverage for default oneAPI
105-
if: env.USE_2023 != '1'
93+
- name: Build dpctl with coverage
10694
shell: bash -l {0}
10795
run: |
10896
source /opt/intel/oneapi/setvars.sh

0 commit comments

Comments
 (0)