We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0f75f commit c8b4b38Copy full SHA for c8b4b38
1 file changed
.github/workflows/tests.yml
@@ -15,8 +15,8 @@ jobs:
15
python-version: '3.x'
16
- name: Install dependencies
17
run: |
18
- python -m pip install --upgrade pip
19
- pip install -r requirements.txt
+ python3 -m pip install --upgrade pip setuptools
+ pip install .[dev]
20
- name: Run tests
21
22
pytest
0 commit comments