Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado authored Sep 11, 2024
1 parent 638aadb commit a301bc8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,4 @@ jobs:
# python tests/test_calc_features.py
- name: Test the data loaders
run: |
$retry_count = 3
while ($retry_count -gt 0) {
python tests/test_dataset_loaders.py
if ($LASTEXITCODE -eq 0) {
break
}
$retry_count--
Start-Sleep -Seconds 5
}
python tests/test_dataset_loaders.py

0 comments on commit a301bc8

Please sign in to comment.