From 71f0b83b15ea19d915c48879f245346ca793bb1f Mon Sep 17 00:00:00 2001 From: Carl Drews Date: Wed, 3 Jul 2024 17:55:56 -0600 Subject: [PATCH] Removed redundant pip install. --- .github/workflows/smoke_test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/smoke_test.yml b/.github/workflows/smoke_test.yml index 27cca0dc..b90845ee 100644 --- a/.github/workflows/smoke_test.yml +++ b/.github/workflows/smoke_test.yml @@ -32,6 +32,5 @@ jobs: - name: Run the smoke tests run: | - pip install . music_box configFile="tests\configs\analytical_config\my_config.json" outputDir="tests\configs\analytical_config"