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 53c54e8 commit f677851Copy full SHA for f677851
.github/workflows/build.yml
@@ -177,15 +177,15 @@ jobs:
177
path: ./dist
178
- name: Install the prerequisites
179
run: |
180
- python -m pip install -U pip wheel
+ python3 -m pip install -U pip wheel
181
- name: Install the package
182
183
cd dist
184
- python -m pip install -vv 'notebook*.whl'
+ python3 -m pip install -vv 'notebook*.whl'
185
- name: Validate environment
186
187
- python -m pip freeze
188
- python -m pip check
+ python3 -m pip freeze
+ python3 -m pip check
189
- name: Validate the install
190
191
jupyter labextension list
0 commit comments