Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mathematicalmichael committed Feb 7, 2021
1 parent 10fa6f1 commit c3a13c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U pytest-cov pytest-virtualenv coverage coveralls flake8 pre-commit
pip install .
pip install -e .
#pip install -r requirements-dev.txt
# install black if available (Python 3.6 and above)
pip install black || true
Expand Down

0 comments on commit c3a13c1

Please sign in to comment.