fix install command

pull/7005/head
Jeremy Tuloup 3 years ago
parent c3e1b8edb5
commit c01f74c153

@ -185,7 +185,7 @@ jobs:
- name: Install the package
run: |
cd dist
python -m pip install -vv ${{ matrix.dist }}
python -m pip install -vv 'notebook*.whl'
- name: Validate environment
run: |
python -m pip freeze

Loading…
Cancel
Save