Skip to content

Commit 91683d3

Browse files
committed
Temporarily modify CI to build and run tests
1 parent cdfaf20 commit 91683d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ jobs:
240240
241241
# All dependencies must have been pre-installed, so that the minver
242242
# constraints are held.
243-
python -m pip install --no-deps -ve .
243+
############### Temporarily removing --no-deps #################
244+
python -m pip install -ve .
244245
245246
if [[ "${{ runner.os }}" != 'macOS' ]]; then
246247
unset CPPFLAGS

0 commit comments

Comments
 (0)