Skip to content

Commit

Permalink
Comment out unit tests in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger committed Jan 26, 2025
1 parent f95ba0f commit c7912d6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
run: ruff check .
- name: Check formatting with black
run: black . --check --verbose
- name: Run unit tests
run: |
pytest
# - name: Run unit tests
# run: |
# pytest

0 comments on commit c7912d6

Please sign in to comment.