Skip to content

Commit 491b086

Browse files
authored
Update install_requirements.yml
1 parent 2742fda commit 491b086

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install_requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
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
25+
run: yum update -y && yum install -y python3 python3-pip sudo lsb-release
2626
- name: Install sudo
2727
if: startsWith(matrix.container_image, 'ubuntu') == true
28-
run: apt-get update -qq && apt-get -qq install sudo
28+
run: apt-get update -qq && apt-get -qq install sudo lsb-release
2929
- name: Install dependencies
3030
run: bash docs/source/_static/install_dependencies.sh

0 commit comments

Comments
 (0)