Skip to content

Commit

Permalink
Amend (fix) latest unit-test action change
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzpellegrini committed Feb 2, 2024
1 parent 384d82a commit 9a04d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
echo "Running checkpointing tests..." &&
bash ./tests/checkpointing/test_checkpointing.sh &&
echo "Running distributed training tests..." &&
PYTHONPATH=.. python run_dist_tests.py &&
PYTHONPATH=.. python tests/run_dist_tests.py &&
echo "While running unit tests, the following datasets were downloaded:" &&
ls ~/.avalanche/data

0 comments on commit 9a04d72

Please sign in to comment.