8000 Merge pull request #21766 from anntzer/ve · matplotlib/matplotlib@c3655a3 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0