We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0af24 commit cea2332Copy full SHA for cea2332
.github/workflows/test.yml
@@ -20,4 +20,4 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
23
- pip install . -e
+ pip install -e .
0 commit comments