Skip to content

Commit ed34668

Browse files
Try prev. version of coverage to investigate change in coverage percentage
1 parent 81a14dc commit ed34668

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
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install dpctl dependencies
8080
shell: bash -l {0}
8181
run: |
82-
pip install numpy cython setuptools pytest pytest-cov scikit-build coverage[toml]
82+
pip install numpy cython setuptools pytest pytest-cov scikit-build coverage[toml]==6.4.2
8383
8484
- name: Build dpctl with coverage
8585
shell: bash -l {0}

0 commit comments

Comments
 (0)