Skip to content

Commit

Permalink
Clean up GHA PYTHONUNBUFFERED
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Feb 2, 2025
1 parent bd34843 commit 65c49ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
MYPYPATH: /tmp/abjad
PYTHONUNBUFFERED: TRUE

jobs:
build:
Expand Down Expand Up @@ -45,7 +46,6 @@ jobs:
run: |
PATH="/tmp/lilypond-${{ matrix.lilypond-version }}/bin:home/runner/bin:$PATH"
echo "PATH=$PATH" >> $GITHUB_ENV
echo "PYTHONUNBUFFERED=TRUE" >> $GITHUB_ENV
- name: Log environment variables
run: |
Expand Down

0 comments on commit 65c49ca

Please sign in to comment.