Skip to content

Commit

Permalink
Fix min version test (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 4, 2024
1 parent 92c3d9f commit 2de5d37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ jobs:
with:
dependency_type: minimum

- name: Install normally
- name: Install
run: make install
- name: Install minimum versions
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
- name: Run the unit tests
run: make test

Expand Down

0 comments on commit 2de5d37

Please sign in to comment.