Skip to content

Commit

Permalink
Remove git package as requirement from setup.cfg
Browse files Browse the repository at this point in the history
pypi does not like it
  • Loading branch information
has2k1 committed Jul 1, 2022
1 parent b4d27e9 commit 69a5289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
run: |
sudo apt-get install pandoc
pip install ".[test,doc]"
pip install -r requirements/doc.txt
python setup.py install
- name: Environment Information
Expand Down
2 changes: 2 additions & 0 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This cannot be setup.cfg, pypi does not git packages
git+https://github.com/has2k1/plotnine-examples#egg=plotnine_examples
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ test =
pytest-cov

doc =
plotnine-examples @ git+https://github.com/has2k1/plotnine-examples@main#egg=plotnine-examples
jupyter
nbsphinx
numpydoc>=0.9.1
Expand Down

0 comments on commit 69a5289

Please sign in to comment.