Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing authored Nov 27, 2023
1 parent 7293c9c commit 60a28a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60a28a7

Please sign in to comment.