Install python3-requests in fedora CI containers

This commit is contained in:
Micah Lee 2020-02-24 16:20:01 -08:00
parent e074204e17
commit 467eebc175
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -125,7 +125,7 @@ jobs:
- run:
name: Install dependencies
command: |
dnf install -y git openssh ruby-devel make automake gcc gcc-c++ rpm-build qt5-devel python3-qt5 python3-appdirs python3-click python3-pyxdg
dnf install -y git openssh ruby-devel make automake gcc gcc-c++ rpm-build qt5-devel python3-qt5 python3-appdirs python3-click python3-pyxdg python3-requests
gem install package_cloud
- checkout
- run:
@ -152,7 +152,7 @@ jobs:
- run:
name: Install dependencies
command: |
dnf install -y git openssh ruby-devel make automake gcc gcc-c++ rpm-build qt5-devel python3-qt5 python3-appdirs python3-click python3-pyxdg
dnf install -y git openssh ruby-devel make automake gcc gcc-c++ rpm-build qt5-devel python3-qt5 python3-appdirs python3-click python3-pyxdg python3-requests
gem install package_cloud
- checkout
- run: