Skip to content

Commit 18e4637

Browse files
committed
linux: make python 3.9 default
1 parent 63b3b8a commit 18e4637

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/all_os.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ jobs:
139139
rustc --version
140140
cargo --version
141141
- name: Install Python 3.9
142-
run: yum install -y python39
142+
run: |
143+
yum install -y python39
144+
# Set python3.9 as default for node-gyp
145+
npm config set python /usr/bin/python3.9
143146
- name: Prepare
144147
run: |
145148
source "$HOME/.cargo/env"

0 commit comments

Comments
 (0)