We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d0f83 commit 091c26bCopy full SHA for 091c26b
.github/workflows/python-publish.yml
@@ -52,7 +52,8 @@ jobs:
52
pip install .
53
54
- name: Run test script
55
- run: python src/test_script_prod.py
+ run: python test_script_prod.py
56
+ working-directory: ./src
57
58
release-build:
59
runs-on: ubuntu-latest
@@ -181,4 +182,4 @@ jobs:
181
182
183
184
- name: Create dashboard using Pypi version of powerbpy
- run: python test_script_prod.py
185
0 commit comments