Skip to content

Commit eccdfa6

Browse files
authored
Add Minimum Requirements Test (#704)
1 parent 84d569b commit eccdfa6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/python-linux.yml

+15
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,21 @@ jobs:
7272
pip install -r doc-requirements.txt
7373
make html SPHINXOPTS="-W"
7474
75+
test_miniumum_verisons:
76+
name: Test Minimum Versions
77+
runs-on: ubuntu-latest
78+
strategy:
79+
matrix:
80+
python-version: ["3.7"]
81+
steps:
82+
- uses: actions/checkout@v2
83+
- name: Base Setup
84+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
85+
- name: Install miniumum versions
86+
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
87+
- name: Run the unit tests
88+
run: pytest -vv
89+
7590
make_sdist:
7691
name: Make SDist
7792
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)