Skip to content

Commit e35f5cb

Browse files
committed
publish action only
1 parent 74821c4 commit e35f5cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build:
10+
publish:
1111
runs-on: ubuntu-latest
1212
env:
1313
DASHBOARD_IMAGE_NAME: intersect-dashboard

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25-
pip install pyyaml numpy plotly==1.6.0 panel==6.0.0 pytest
25+
pip install pyyaml numpy plotly panel==6.0.0 pytest
2626
2727
- name: Run tests
2828
run: |

0 commit comments

Comments
 (0)