Skip to content

Commit

Permalink
added the legacy_resolver as temp solution for now
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar authored and mshriver committed Feb 21, 2022
1 parent c8c9c32 commit 543a0bd
Showing 1 changed file with 1 addition 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 @@ -35,7 +35,7 @@ jobs:
pip install -U pip
pip uninstall -y pycurl
pip install --compile --no-cache-dir pycurl
pip install -U -r requirements.txt -r requirements-optional.txt
pip install -U -r requirements.txt -r requirements-optional.txt --use-deprecated=legacy-resolver
for conffile in conf/*.yaml.template; do mv -- "$conffile" "${conffile%.yaml.template}.yaml"; done
cp broker_settings.yaml.example broker_settings.yaml
Expand Down

0 comments on commit 543a0bd

Please sign in to comment.