Skip to content

Commit

Permalink
Merge pull request #1605 from HEXRD/remove-urllib3-pin
Browse files Browse the repository at this point in the history
Remove urllib3 version pinning
  • Loading branch information
psavery authored Oct 31, 2023
2 parents 66da72d + 4f93af1 commit 3cdc090
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 @@ -134,9 +134,7 @@ jobs:
working-directory: hexrdgui/packaging
run: |
conda activate hexrdgui-package
# 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 'urllib3<2.0.0'
conda install --override-channels -c conda-forge anaconda-client
anaconda --token ${{ secrets.ANACONDA_TOKEN }} upload --force --user HEXRD --label ${HEXRDGUI_PACKAGE_LABEL} output/**/*.tar.bz2
# This is need to ensure ~/.profile or ~/.bashrc are used so the activate
# command works.
Expand Down

0 comments on commit 3cdc090

Please sign in to comment.