Skip to content

Commit

Permalink
update workflow (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jun 12, 2020
1 parent 4527de8 commit 904cb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade setuptools requests
pip install invoke
pip install -e .
pip install -e .[dev]
- name: Check released tag
env:
Expand Down

0 comments on commit 904cb5f

Please sign in to comment.