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.
2 parents ffb148b + c18f7fd commit c3655a3Copy full SHA for c3655a3
.github/workflows/tests.yml
@@ -235,7 +235,7 @@ jobs:
235
236
# All dependencies must have been pre-installed, so that the minver
237
# constraints are held.
238
- python -m pip install --no-deps -e .
+ python -m pip install --no-deps -ve .
239
240
if [[ "${{ runner.os }}" != 'macOS' ]]; then
241
unset CPPFLAGS
0 commit comments