Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3655a3

Browse files
authored
Merge pull request #21766 from anntzer/ve
CI: Don't hide build log on GHA.
2 parents ffb148b + c18f7fd commit c3655a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
236236
# All dependencies must have been pre-installed, so that the minver
237237
# constraints are held.
238-
python -m pip install --no-deps -e .
238+
python -m pip install --no-deps -ve .
239239
240240
if [[ "${{ runner.os }}" != 'macOS' ]]; then
241241
unset CPPFLAGS

0 commit comments

Comments
 (0)