Skip to content

Commit

Permalink
update action files (PYTHONUNBUFFERED: "1")
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Jun 6, 2023
1 parent edb2a0d commit 7e30560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

env:
ALLOW_PLOTTING: "true"
PYTHONUNBUFFERED: "1"

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on: ["workflow_dispatch"]

env:
ALLOW_PLOTTING: "true"
PYTHONUNBUFFERED: "1"

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on: ["workflow_dispatch"]

env:
ALLOW_PLOTTING: "true"
PYTHONUNBUFFERED: "1"

permissions:
contents: read
Expand Down

0 comments on commit 7e30560

Please sign in to comment.