Skip to content

Commit

Permalink
Fix checks failing for assertions in pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jyejare committed Feb 8, 2022
1 parent c9a10fa commit 2a58584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# link vs compile time ssl implementations can break the environment when installing requirements
# Uninstall pycurl - its likely not installed, but in case the ubuntu-latest packages change
# Then compile and install it with PYCURL_SSL_LIBRARY set to openssl
# pip install -U pip
pip install -U pip==21.3.1
pip uninstall -y pycurl
pip install --compile --no-cache-dir pycurl
pip install -U -r requirements.txt -r requirements-optional.txt
Expand Down
2 changes: 2 additions & 0 deletions conf/repos.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ REPOS:
RHEL7: replace-with-rhel7-http-link
RHEL8: replace-with-rhel8-http-link
RHEL9: replace-with-rhel9-http-link
# Satellite's utils repos, and it works for 7.0 and onwards
SATUTILS_REPO:
# Downstream Satellite-maintain repo
SATMAINTENANCE_REPO: replace-with-sat-maintain-repo
# Software Collection Repo
Expand Down

0 comments on commit 2a58584

Please sign in to comment.