Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
Caching the dependencies is breaking tests as the code in the repo does not get updated. I also removed clutter in the step that runs the tests
  • Loading branch information
DSilva27 authored Jul 12, 2024
1 parent 5317c7d commit 791d747
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,5 @@ jobs:
- name: Test with pytest
run: |
pytest tests/test_preprocessing.py
pytest tests/test_svd.py
pytest tests/test_map_to_map.py
pytest tests/test_distribution_to_distribution.py
pytest tests/

0 comments on commit 791d747

Please sign in to comment.