Skip to content

Commit

Permalink
Update publish_pypi.yml with typeguard
Browse files Browse the repository at this point in the history
  • Loading branch information
ongtw authored Aug 18, 2022
1 parent d2423b5 commit eb6e2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Test installation from Test PyPI
run: |
sleep 300
pip install click pyyaml colorama
pip install click pyyaml colorama typeguard
pip install -i https://test.pypi.org/simple/ peekingduck==$VERSION --no-dependencies # no tensorflow
peekingduck
- name: Publish distribution 📦 to PyPI
Expand All @@ -76,6 +76,6 @@ jobs:
- name: Test installation from PyPI
run: |
sleep 300
pip install click pyyaml colorama
pip install click pyyaml colorama typeguard
pip install peekingduck==$VERSION --no-dependencies # no tensorflow
peekingduck

0 comments on commit eb6e2fe

Please sign in to comment.