Skip to content

Commit

Permalink
coverage cmd doesn't require pkg installed in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 26, 2022
1 parent 7fa4c87 commit af01f3b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
run: pre-commit run --all-files

test-coverage:
needs: [build-wheel, linters]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -57,15 +56,6 @@ jobs:
with:
python-version: "3.x"

- name: download wheel artifact
uses: actions/download-artifact@v3
with:
name: wheel
path: dist

- name: Install pkg from wheel
run: pip install dist/*.whl

- name: Install testing tools
run: pip install -r requirements.txt -r tests/requirements.txt

Expand Down

0 comments on commit af01f3b

Please sign in to comment.