Skip to content

Commit f657333

Browse files
committed
-y
1 parent dfef623 commit f657333

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/python_install/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ runs:
55
steps:
66
- name: Install python
77
run:
8-
sudo apt-get -y install python3-dev
8+
sudo apt -y install python3-dev
99
shell: bash
1010
- name: python as python3
1111
run:
12-
sudo apt-get -y install python-is-python3
12+
sudo apt -y install python-is-python3
1313
shell: bash
1414
- name: Install Pip
1515
run:
16-
sudo apt-get -y install python3-pip
16+
sudo apt -y install python3-pip
1717
shell: bash
1818
- name: Install Venv
1919
run:
20-
sudo apt install python3-venv
20+
sudo apt -y install python3-venv
2121
shell: bash
2222
- name: Setup Venv
2323
run: |

0 commit comments

Comments
 (0)