We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba3ab5 commit cf3f2d7Copy full SHA for cf3f2d7
1 file changed
.github/workflows/ci_tests.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
python -m pip install --upgrade pip
42
pip install -r .ci_pip_reqs.txt
43
- pip install -e .[reports,combine]
+ pip install .[reports,combine]
44
45
- name: Run flake8
46
0 commit comments