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 04a903a commit 8b2b4d5Copy full SHA for 8b2b4d5
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install .[dev, demo]
+ pip install .[dev,demo]
31
32
- name: Lint with flake8
33
@@ -93,7 +93,7 @@ jobs:
93
with:
94
node-version: ${{ matrix.node-version }}
95
cache: 'npm'
96
- working-directory: chartlets.js
+ cache-dependency-path: chartlets.js/package-lock.json
97
98
- run: npm ci
99
- run: npm run lint
@@ -116,7 +116,8 @@ jobs:
116
117
node-version: '18.x'
118
registry-url: 'https://registry.npmjs.org'
119
+ cache: 'npm'
120
121
122
123
- run: npm run build
0 commit comments