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 cdfaf20 commit 91683d3Copy full SHA for 91683d3
.github/workflows/tests.yml
@@ -240,7 +240,8 @@ jobs:
240
241
# All dependencies must have been pre-installed, so that the minver
242
# constraints are held.
243
- python -m pip install --no-deps -ve .
+ ############### Temporarily removing --no-deps #################
244
+ python -m pip install -ve .
245
246
if [[ "${{ runner.os }}" != 'macOS' ]]; then
247
unset CPPFLAGS
0 commit comments