Skip to content

Commit

Permalink
Merge pull request #33 from Abjad/trevor/clean-up-gha-mypypath
Browse files Browse the repository at this point in the history
Clean up GHA MYPYPATH
  • Loading branch information
trevorbaca authored Feb 2, 2025
2 parents 278966a + d171a57 commit 1586b10
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: [ main ]
workflow_dispatch:

env:
MYPYPATH: /tmp/abjad
PYTHONUNBUFFERED: TRUE

jobs:
build:

Expand Down Expand Up @@ -40,10 +44,8 @@ jobs:
- name: Write environment variables
run: |
echo "MYPYPATH=$MYPYPATH:/tmp/abjad" >> $GITHUB_ENV
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 All @@ -69,7 +71,7 @@ jobs:
git clone -b trevor/dev https://github.com/Abjad/abjad.git /tmp/abjad
python -m pip install /tmp/abjad[dev]
- name: Install rmakers
- name: Install this package
run: |
# Namespace packages require -e installation;
# remove -e after rmakers is changed back to a vanilla package
Expand Down

0 comments on commit 1586b10

Please sign in to comment.