Skip to content

Commit af01f3b

Browse files
committed
coverage cmd doesn't require pkg installed in CI
1 parent 7fa4c87 commit af01f3b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
run: pre-commit run --all-files
4949

5050
test-coverage:
51-
needs: [build-wheel, linters]
5251
runs-on: ubuntu-latest
5352
steps:
5453
- uses: actions/checkout@v3
@@ -57,15 +56,6 @@ jobs:
5756
with:
5857
python-version: "3.x"
5958

60-
- name: download wheel artifact
61-
uses: actions/download-artifact@v3
62-
with:
63-
name: wheel
64-
path: dist
65-
66-
- name: Install pkg from wheel
67-
run: pip install dist/*.whl
68-
6959
- name: Install testing tools
7060
run: pip install -r requirements.txt -r tests/requirements.txt
7161

0 commit comments

Comments
 (0)