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

Skip to content

Commit c18f7fd

Browse files
committed
Don't hide build log on GHA.
The log is useful even on success, e.g. to check for warnings. It is also consistent with what's already being done on Azure Pipelines.
1 parent 3773128 commit c18f7fd

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)