We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3a403 commit 746bb67Copy full SHA for 746bb67
.github/workflows/ci.yaml
@@ -52,9 +52,9 @@ jobs:
52
run: |
53
python -m venv venv
54
. venv/bin/activate
55
- python -m pip install -U pip setuptools wheel
+ python -m pip install -U pip
56
pip install -U -r requirements.txt -r requirements_test.txt
57
- pip install -e .
+ pip install .
58
- name: Generate pre-commit restore key
59
id: generate-pre-commit-key
60
run: >-
@@ -181,9 +181,9 @@ jobs:
181
182
183
184
185
186
187
- name: Run pytest
188
189
0 commit comments