Skip to content

Commit

Permalink
ci: Run check-wheel in the check-distro job as well
Browse files Browse the repository at this point in the history
Debian's pip might not be able to do "download" outside of venv, let's
try this.
  • Loading branch information
liskin committed Feb 12, 2023
1 parent a595b3e commit 84b965f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ jobs:
run: make test
- name: readme
run: make readme
- name: check-wheel
run: make check-wheel

workflow-keepalive:
if: github.event_name == 'schedule'
Expand Down

0 comments on commit 84b965f

Please sign in to comment.