Skip to content

Commit 63b3b8a

Browse files
committed
Installs Python 3.9 on linux
1 parent 1e1c847 commit 63b3b8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/all_os.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
rustup component add clippy rustfmt
139139
rustc --version
140140
cargo --version
141+
- name: Install Python 3.9
142+
run: yum install -y python39
141143
- name: Prepare
142144
run: |
143145
source "$HOME/.cargo/env"

0 commit comments

Comments
 (0)