Skip to content

Commit 6c161b2

Browse files
authored
Update install_requirements.yml
1 parent e2a67d1 commit 6c161b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
steps:
4545
- uses: actions/checkout@v3
4646
- name: Set up Python
47-
run: yum update -y && yum install -y install python3 python3-pip sudo
47+
run: yum update -y && yum install -y python3 python3-pip sudo
4848
- name: Install requirements
4949
run: cd examples && python3 install_requirements.py

0 commit comments

Comments
 (0)