We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728cf4a commit 6f12c7dCopy full SHA for 6f12c7d
.github/workflows/deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
brew install pyenv
56
pyenv install 2.7
57
pyenv global 2.7
58
- export PATH="$(pyenv which python2.7):$PATH"
+ export PYTHON_PATH=$(pyenv which python2.7)
59
- name: Download blockchain headers
60
run: |
61
mkdir -p ./static/daemon
0 commit comments