We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491b086 commit 86e9996Copy full SHA for 86e9996
1 file changed
.github/workflows/install_requirements.yml
@@ -22,7 +22,7 @@
22
- uses: actions/checkout@v3
23
- name: Install sudo
24
if: startsWith(matrix.container_image, 'fedora') == true
25
- run: yum update -y && yum install -y python3 python3-pip sudo lsb-release
+ run: yum update -y && yum install -y python3 python3-pip sudo
26
27
if: startsWith(matrix.container_image, 'ubuntu') == true
28
run: apt-get update -qq && apt-get -qq install sudo lsb-release
0 commit comments