Skip to content

Commit 12a9f6f

Browse files
committed
Do not use python 3.13 in coverage action, since no support in coveralls
1 parent a131bb2 commit 12a9f6f

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
@@ -20,7 +20,7 @@ jobs:
2020
shell: bash -el {0}
2121

2222
env:
23-
python-ver: '3.13'
23+
python-ver: '3.12'
2424
CHANNELS: '-c dppy/label/dev -c intel -c conda-forge --override-channels'
2525
NO_INTEL_CHANNELS: '-c dppy/label/dev -c conda-forge --override-channels'
2626
# Install the latest oneAPI compiler to work around an issue

0 commit comments

Comments
 (0)