From 9a04d726b25a042391a906b1781ee02efcb99d62 Mon Sep 17 00:00:00 2001 From: Lorenzo Pellegrini Date: Fri, 2 Feb 2024 14:15:18 +0100 Subject: [PATCH] Amend (fix) latest unit-test action change --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 2972480ee..35aa2644c 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -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