Skip to content

Commit

Permalink
Remove legacy tests from GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Dec 11, 2024
1 parent 872f036 commit fe282bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,5 @@ jobs:
run: flake8
- name: Run static type checking
run: mypy -p forest
- name: Run legacy tests
run: python -m unittest tests/imports.py
- name: Run pytest suite
- name: Run the test suite
run: pytest

0 comments on commit fe282bc

Please sign in to comment.