Skip to content

Commit

Permalink
Merge pull request #574 from HEXRD/remove-urllib-pin
Browse files Browse the repository at this point in the history
Remove urllib3 version pinning
  • Loading branch information
psavery committed Oct 30, 2023
2 parents 380e7c4 + 6f746ae commit 45bf1d6
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 45bf1d6

Please sign in to comment.