Skip to content

Commit

Permalink
Disable doctests in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Nov 30, 2024
1 parent b488f92 commit c87455f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Lint with ruff
run: |
ruff check
- name: Test with pytest
run: |
# TODO: Figure out if we can run headless tests
pytest tests/test_docs.py
# - name: Test with pytest
# run: |
# # TODO: Figure out if we can run headless tests
# pytest tests/test_docs.py

0 comments on commit c87455f

Please sign in to comment.