Skip to content

Commit

Permalink
trying forward slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jul 5, 2024
1 parent 97abab9 commit 06c3c8f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 06c3c8f

Please sign in to comment.