fix: dev dependency
This commit is contained in:
parent
35e375cd26
commit
f421b6804c
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
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install 'tutor[dev]>=16.0.0,<17.0.0'
|
||||
pip install .[dev]
|
||||
- name: Test lint, types, and format
|
||||
run: make test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user