From 60a28a7a2183b21ebd9d69a2f4eb79dd9a31d5eb Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Mon, 27 Nov 2023 08:49:42 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e67de4357..7a8b2ee2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,12 +44,10 @@ jobs: conda info --all - name: Lint code - run: | - SKIP=no-commit-to-branch pre-commit run --all-files + run: SKIP=no-commit-to-branch pre-commit run --all-files - name: Test docs - run: | - make -C ./docs html + run: make -C ./docs html - name: Test code run: pytest --cov=./osmnx --cov-report=xml --cov-report=term-missing --verbose