Skip to content

Commit

Permalink
remove hatch, twine, and sphinx linkcheck from ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Nov 24, 2023
1 parent 32876d3 commit 8b9929c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,10 @@ jobs:
- name: Lint code
run: |
SKIP=no-commit-to-branch pre-commit run --all-files
hatch build --clean
twine check --strict ./dist/*
- name: Test docs
run: |
make -C ./docs html
python -m sphinx -b linkcheck docs/source build/linkcheck
- name: Test code
run: pytest --cov=./osmnx --cov-report=xml --cov-report=term-missing --verbose
Expand Down

0 comments on commit 8b9929c

Please sign in to comment.