We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a67d1 commit 6c161b2Copy full SHA for 6c161b2
.github/workflows/install_requirements.yml
@@ -44,6 +44,6 @@
44
steps:
45
- uses: actions/checkout@v3
46
- name: Set up Python
47
- run: yum update -y && yum install -y install python3 python3-pip sudo
+ run: yum update -y && yum install -y python3 python3-pip sudo
48
- name: Install requirements
49
run: cd examples && python3 install_requirements.py
0 commit comments