Skip to content

Commit

Permalink
still trying to sort out setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakaplan committed Oct 13, 2023
1 parent 1949658 commit 180d854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install tox
python -m pip install setuptools
python -m pip install pkg_resources
- name: Install graphviz dependency
if: "endsWith(matrix.tox_env, 'build_docs')"
run: sudo apt-get -y install graphviz
Expand All @@ -77,7 +75,6 @@ jobs:
run: |
python -c "import sys; print(f'Python {sys.version}')"
python -c "import pip; print(f'pip {pip.__version__}')"
python -c "import setuptools; print(f'setuptools {setuptools.__version__}')"
python -c "import tox; print(f'tox {tox.__version__}')"
- name: Run tests
run: tox -e ${{ matrix.tox_env }}
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ deps =
hypothesis
numdifftools
pathos
setuptools
commands =
pip freeze
!cov: pytest
Expand Down Expand Up @@ -92,6 +93,7 @@ deps =
pytest
jupytext
black
setuptools
commands =
jupytext --sync examples/*.py
jupytext --pipe black --pipe-fmt py:percent examples/*.ipynb
Expand All @@ -118,6 +120,7 @@ deps =
pytest
jupytext
black
setuptools
commands = sphinx-build -d "{toxworkdir}/docs_doctree" . "{toxworkdir}/docs_out" --color -bhtml {posargs}
python -c 'import pathlib; print("documentation available under file://\{0\}".format(pathlib.Path(r"{toxworkdir}") / "docs_out" / "index.html"))'

Expand Down

0 comments on commit 180d854

Please sign in to comment.