We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5210b80 commit c57356dCopy full SHA for c57356d
.github/workflows/release.yml
@@ -37,6 +37,5 @@ jobs:
37
38
- name: Install and test running
39
run: |
40
- python -m pip install --upgrade pip
41
- pip install --extra-index-url qgrid
+ pip install qgrid
42
python -c 'import qgrid;print(qgrid.__version__)'
0 commit comments