Skip to content

Commit c57356d

Browse files
author
gerrymanoim
authored
BLD: Fix final test install (#296)
1 parent 5210b80 commit c57356d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ jobs:
3737

3838
- name: Install and test running
3939
run: |
40-
python -m pip install --upgrade pip
41-
pip install --extra-index-url qgrid
40+
pip install qgrid
4241
python -c 'import qgrid;print(qgrid.__version__)'

0 commit comments

Comments
 (0)