ci: install dev instead of different dependencies

This commit is contained in:
Emad Rad 2023-12-09 00:13:05 +03:30 committed by Régis Behmo
parent 49478d41ed
commit 6e7e06f3eb

View File

@ -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