From 4d3a256874141751743d40fdfe206a9cc22be824 Mon Sep 17 00:00:00 2001 From: Jay Moran Date: Mon, 7 Oct 2024 09:16:51 -0700 Subject: [PATCH] Fix aliro-unit_tester name on actions --- .github/workflows/aliro_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aliro_tests.yml b/.github/workflows/aliro_tests.yml index 46862c835..36299e038 100644 --- a/.github/workflows/aliro_tests.yml +++ b/.github/workflows/aliro_tests.yml @@ -83,7 +83,7 @@ jobs: run: | git lfs fetch --all git lfs pull - docker run -v $(pwd):/appsrc -w /appsrc aliro_unit_tester coverage run -m nose -s -v ai/tests/test_sklearn_api.py + docker run -v $(pwd):/appsrc -w /appsrc aliro-unit_tester coverage run -m nose -s -v ai/tests/test_sklearn_api.py coverage combine - name: Coveralls uses: AndreMiras/coveralls-python-action@develop