We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74821c4 commit e35f5cbCopy full SHA for e35f5cb
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- build:
+ publish:
11
runs-on: ubuntu-latest
12
env:
13
DASHBOARD_IMAGE_NAME: intersect-dashboard
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Install dependencies
24
run: |
25
- pip install pyyaml numpy plotly==1.6.0 panel==6.0.0 pytest
+ pip install pyyaml numpy plotly panel==6.0.0 pytest
26
27
- name: Run tests
28
0 commit comments