Skip to content

Commit

Permalink
Pin urllib3 to build conda packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed May 30, 2023
1 parent a0809f7 commit 28c8581
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
run: |
conda install "pyctdev>=0.5"
doit ecosystem_setup
# FIXME: downgrade urllib3 until this issue is fixed:
# https://github.com/Anaconda-Platform/anaconda-client/issues/654
conda install -c conda-forge "urllib3<2.0.0"
- name: doit env_capture
run: |
doit env_capture
Expand Down

0 comments on commit 28c8581

Please sign in to comment.