We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2742fda commit 491b086Copy full SHA for 491b086
1 file changed
.github/workflows/install_requirements.yml
@@ -22,9 +22,9 @@
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
+ run: yum update -y && yum install -y python3 python3-pip sudo lsb-release
26
27
if: startsWith(matrix.container_image, 'ubuntu') == true
28
- run: apt-get update -qq && apt-get -qq install sudo
+ run: apt-get update -qq && apt-get -qq install sudo lsb-release
29
- name: Install dependencies
30
run: bash docs/source/_static/install_dependencies.sh
0 commit comments