Skip to content

Commit

Permalink
no need for pipx binary path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlarson committed Aug 18, 2024
1 parent ef32976 commit e7d1fcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set PATH for pipx binaries
run: echo "PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV

- name: Load NVM and Node
run: |
export NVM_DIR="$HOME/.nvm"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set PATH for pipx binaries
run: echo "PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV

- name: Load NVM and Node
run: |
export NVM_DIR="$HOME/.nvm"
Expand Down Expand Up @@ -56,3 +53,4 @@ jobs:
cd /srv/portfolio
pnpm install
sudo systemctl start portfolio

0 comments on commit e7d1fcd

Please sign in to comment.