We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839f781 commit 6404235Copy full SHA for 6404235
.travis.yml
@@ -14,7 +14,7 @@ script:
14
# Install the extension from the sdist ensuring the cache is unused
15
- pip install jupyterlab_git[test] --pre --no-index --find-links=dist --no-deps --no-cache-dir -v
16
# Install the extension dependencies based on the current setup.py
17
- - pip install jupyterlab_git[test]
+ - pip install --upgrade --upgrade-strategy=eager jupyterlab_git[test]
18
# Log the current state of jupyterlab's extensions
19
- jupyter labextension list
20
0 commit comments