Skip to content

Commit

Permalink
Update install check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jan 19, 2024
1 parent dcbe71b commit da61fdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ jobs:

- name: Install from dist
run: |
rm -f dist/*.tar.gz
python setup.py sdist
pip install dist/*.tar.gz
make build
pip install dist/gdown-*.tar.gz
pip install dist/gdown-*.whl

0 comments on commit da61fdc

Please sign in to comment.