Skip to content

Commit 6f12c7d

Browse files
committed
Change Python path
1 parent 728cf4a commit 6f12c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
brew install pyenv
5656
pyenv install 2.7
5757
pyenv global 2.7
58-
export PATH="$(pyenv which python2.7):$PATH"
58+
export PYTHON_PATH=$(pyenv which python2.7)
5959
- name: Download blockchain headers
6060
run: |
6161
mkdir -p ./static/daemon

0 commit comments

Comments
 (0)