ci: install dev instead of different dependencies
This commit is contained in:
parent
49478d41ed
commit
6e7e06f3eb
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -17,6 +17,6 @@ jobs:
|
|||||||
run: python -m pip install --upgrade pip setuptools
|
run: python -m pip install --upgrade pip setuptools
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install 'tutor[dev]>=16.0.0,<17.0.0'
|
pip install .[dev]
|
||||||
- name: Test lint, types, and format
|
- name: Test lint, types, and format
|
||||||
run: make test
|
run: make test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user