Skip to content

Commit 091c26b

Browse files
tryfixing python-publish.yml
1 parent e5d0f83 commit 091c26b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
pip install .
5353
5454
- name: Run test script
55-
run: python src/test_script_prod.py
55+
run: python test_script_prod.py
56+
working-directory: ./src
5657

5758
release-build:
5859
runs-on: ubuntu-latest
@@ -181,4 +182,4 @@ jobs:
181182

182183

183184
- name: Create dashboard using Pypi version of powerbpy
184-
run: python test_script_prod.py
185+
run: python test_script_prod.py

0 commit comments

Comments
 (0)