Skip to content

Commit

Permalink
Update sleep timer to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
sidney-tio authored Jun 3, 2021
1 parent 387ef9a commit ef8ed02
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 @@ -32,7 +32,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/
- name: Test installation from Test PyPI
run: |
sleep 180
sleep 300
pip install click pyyaml
pip install -i https://test.pypi.org/simple/ peekingduck==$VERSION --no-dependencies # no tensorflow
peekingduck
Expand All @@ -54,7 +54,7 @@ jobs:
python-version: 3.7
- name: Test installation from PyPI
run: |
sleep 180
sleep 300
pip install click pyyaml
pip install peekingduck==$VERSION --no-dependencies # no tensorflow
peekingduck

0 comments on commit ef8ed02

Please sign in to comment.