Skip to content

Commit

Permalink
Adding sleep to fix problem on Windows workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado committed Jul 2, 2024
1 parent 3521207 commit 2ba966f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ jobs:
# python tests/test_calc_features.py
- name: Test the data loaders
run: |
python tests/test_dataset_loaders.py
for i in {1..3}; do
python tests/test_dataset_loaders.py && break || sleep 5
done

0 comments on commit 2ba966f

Please sign in to comment.