From 06c3c8f922b7cb45ed7429715452d9b7d402e6ba Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Fri, 5 Jul 2024 08:57:58 -0500 Subject: [PATCH] trying forward slashes --- .github/workflows/smoke_test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/smoke_test.yml b/.github/workflows/smoke_test.yml index 711a5ff1..4fcece83 100644 --- a/.github/workflows/smoke_test.yml +++ b/.github/workflows/smoke_test.yml @@ -27,12 +27,7 @@ jobs: - name: Install this package run: pip install -e . - - name: Debug information - run: | - pwd - ls -a - - name: Run the smoke tests run: | - music_box configFile="tests\configs\analytical_config\my_config.json" outputDir="tests\configs\analytical_config" + music_box configFile=tests/configs/analytical_config/my_config.json outputDir=tests/configs/analytical_config