Skip to content

Commit 86e9996

Browse files
authored
Update install_requirements.yml
1 parent 491b086 commit 86e9996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install_requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- uses: actions/checkout@v3
2323
- name: Install sudo
2424
if: startsWith(matrix.container_image, 'fedora') == true
25-
run: yum update -y && yum install -y python3 python3-pip sudo lsb-release
25+
run: yum update -y && yum install -y python3 python3-pip sudo
2626
- name: Install sudo
2727
if: startsWith(matrix.container_image, 'ubuntu') == true
2828
run: apt-get update -qq && apt-get -qq install sudo lsb-release

0 commit comments

Comments
 (0)