From 8b9929cbff82ac8c5f1f3f93a53cb81e2f8f07a5 Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Thu, 23 Nov 2023 23:03:48 -0800 Subject: [PATCH] remove hatch, twine, and sphinx linkcheck from ci tests --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c5dd921c..e67de4357 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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