Skip to content

Commit 715d497

Browse files
committed
Explicit python3
1 parent 678b19f commit 715d497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
uses: actions/checkout@v4
380380

381381
- name: Setup Boost
382-
run: ./tools/ci.py setup-boost --source-dir=$(pwd)
382+
run: python3 tools/ci.py setup-boost --source-dir=$(pwd)
383383

384384
- name: Build docs
385385
run: |

0 commit comments

Comments
 (0)