Skip to content

Commit 1beb66a

Browse files
committed
try python3
1 parent dd76f3f commit 1beb66a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@ jobs:
177177
path: ./dist
178178
- name: Install the prerequisites
179179
run: |
180-
python -m pip install -U pip wheel
180+
python3 -m pip install -U pip wheel
181181
- name: Install the package
182182
run: |
183183
cd dist
184-
python -m pip install -vv 'notebook*.whl'
184+
python3 -m pip install -vv 'notebook*.whl'
185185
- name: Validate environment
186186
run: |
187-
python -m pip freeze
188-
python -m pip check
187+
python3 -m pip freeze
188+
python3 -m pip check
189189
- name: Validate the install
190190
run: |
191191
jupyter labextension list

0 commit comments

Comments
 (0)