mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-30 07:10:39 +00:00
Change Python path
This commit is contained in:
parent
728cf4ae18
commit
6f12c7d893
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
brew install pyenv
|
||||
pyenv install 2.7
|
||||
pyenv global 2.7
|
||||
export PATH="$(pyenv which python2.7):$PATH"
|
||||
export PYTHON_PATH=$(pyenv which python2.7)
|
||||
- name: Download blockchain headers
|
||||
run: |
|
||||
mkdir -p ./static/daemon
|
||||
|
|
Loading…
Add table
Reference in a new issue