Skip to content

Commit

Permalink
Workflow focus only on data loaders.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado committed Jul 2, 2024
1 parent 6cb1642 commit 7286a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: |
python -c "import numpy as np; np.show_config()"
python -c "import scipy as sp; sp.show_config()"
- name: Test the input/output
run: |
python tests/test_calc_features.py
# - name: Test the input/output
# run: |
# python tests/test_calc_features.py
- name: Test the data loaders
run: |
python tests/test_dataset_loaders.py

0 comments on commit 7286a6a

Please sign in to comment.