From 39f7479394fd4611594cab7fd96d932352a3c81a Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Tue, 13 Aug 2024 17:55:31 -0400 Subject: [PATCH] test: use main.py instead of bin/renee in tests because scontrol is not available in github actions --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 02705dc..5ae2118 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -5,7 +5,7 @@ from renee.src.renee.__main__ import main renee_run = ( - "./bin/renee run " + "./main.py run " "--mode local --runmode init --dry-run " "--input .tests/*.fastq.gz " )