Skip to content

Commit 49662eb

Browse files
committed
try without quotes
1 parent f677851 commit 49662eb

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
@@ -181,7 +181,7 @@ jobs:
181181
- name: Install the package
182182
run: |
183183
cd dist
184-
python3 -m pip install -vv 'notebook*.whl'
184+
python3 -m pip install -vv notebook*.whl
185185
- name: Validate environment
186186
run: |
187187
python3 -m pip freeze

0 commit comments

Comments
 (0)