We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfc2a3 commit f146169Copy full SHA for f146169
.github/workflows/deploy.yml
@@ -49,10 +49,10 @@ jobs:
49
- uses: Homebrew/actions/setup-homebrew@master
50
if: startsWith(runner.os, 'mac')
51
# HACK part 2
52
- - uses: actions/setup-python@v6
+ - name: Install Python2
53
54
- with:
55
- python-version: '2.6'
+ run: |
+ brew install python@2
56
- name: Download blockchain headers
57
run: |
58
mkdir -p ./static/daemon
0 commit comments