Skip to content

Commit

Permalink
fix name of .py test
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffwoollard committed Jun 25, 2024
1 parent 50396b4 commit 7d22255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Test with pytest
run: |
pytest tests/test_preprocess.py
pytest tests/test_preprocessing.py
pytest tests/test_map_to_map.py
pytest tests/test_distribution_to_distribution.py

0 comments on commit 7d22255

Please sign in to comment.