Skip to content

Commit 65d788e

Browse files
committed
try without quotes
1 parent 3436292 commit 65d788e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
- name: Install the package
186186
run: |
187187
cd dist
188-
python3 -m pip install -vv 'notebook*.whl'
188+
python3 -m pip install -vv notebook*.whl
189189
- name: Validate environment
190190
run: |
191191
python3 -m pip freeze

0 commit comments

Comments
 (0)