Skip to content

Commit 896209a

Browse files
authored
Use dpctl from dedicated channel in coverage GH action (#1873)
1 parent 114dff6 commit 896209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
env:
2323
python-ver: '3.10'
24-
CHANNELS: '-c dppy/label/dev -c intel -c conda-forge --override-channels'
24+
CHANNELS: '-c dppy/label/coverage -c intel -c conda-forge --override-channels'
2525
# Install the latest oneAPI compiler to work around an issue
2626
INSTALL_ONE_API: 'yes'
2727

0 commit comments

Comments
 (0)