Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,10 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install package
# NOTE(stes): https://github.com/twmr/pytest-sphinx/issues/69
# To run all tests, currently a manual install from github is required:
# https://github.com/twmr/pytest-sphinx/archive/refs/tags/v0.7.0.tar.gz
# Remove the respective line and the comment in setup.cfg once 0.7.0 is
# available on PyPI.
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
pip install '.[dev,datasets,integrations]'
pip install https://github.com/twmr/pytest-sphinx/archive/refs/tags/v0.7.0.tar.gz
- name: Check sklearn legacy version
if: matrix.sklearn-version == 'legacy'
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ dev =
pytest-benchmark
pytest-xdist
pytest-timeout
# NOTE(stes): https://github.com/twmr/pytest-sphinx/issues/69
# To run all tests, currently a manual install from github is required:
# https://github.com/twmr/pytest-sphinx/archive/refs/tags/v0.7.0.tar.gz
# See .github/workflows/build.yml for more details.
pytest-sphinx
licenseheaders
interrogate
Expand Down
Loading