Change Python path

This commit is contained in:
Ben van Hartingsveldt 2025-09-16 19:08:12 +02:00
parent 728cf4ae18
commit 6f12c7d893
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -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