We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7085162 commit 798f598Copy full SHA for 798f598
.github/workflows/dash.yaml
@@ -8,7 +8,7 @@ jobs:
8
- run: |
9
pip install dash
10
pip install pandas
11
- - run: python Dash/app.py
+ - run: python lib/Dash/app.py
12
timeout-minutes: 1
13
14
0 commit comments