We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d44b7 commit 93d2910Copy full SHA for 93d2910
.github/workflows/test-python.yml
@@ -84,8 +84,9 @@ jobs:
84
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
85
with:
86
python_version: "3.7"
87
- - name: Install miniumum versions
88
- uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
+ dependency_type: minimum
+ - name: Install
89
+ run: pip install -e ".[test]"
90
- name: Run the unit tests
91
run: |
92
pytest -vv -W default || pytest -vv -W default --lf
0 commit comments