Skip to content

Commit

Permalink
Remove urllib3 version pinning
Browse files Browse the repository at this point in the history
The [issue with anaconda-client](anaconda/anaconda-client#654) was resolved.

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
  • Loading branch information
psavery committed Oct 30, 2023
1 parent 380e7c4 commit 6f746ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
conda config --set solver libmamba
conda activate hexrd
# FIXME: downgrade urllib3 until this issue is fixed:
# https://github.com/Anaconda-Platform/anaconda-client/issues/654
conda install --override-channels -c conda-forge anaconda-client conda-build conda 'urllib3<2.0.0'
conda install --override-channels -c conda-forge anaconda-client conda-build conda
# This is need to ensure ~/.profile or ~/.bashrc are used so the activate
# command works.
Expand Down

0 comments on commit 6f746ae

Please sign in to comment.