From 4f93af10fdfa3852cba22ff879ef88ac06932133 Mon Sep 17 00:00:00 2001 From: Patrick Avery Date: Mon, 30 Oct 2023 11:29:24 -0500 Subject: [PATCH] Remove urllib3 version pinning The [issue with anaconda-client](https://github.com/Anaconda-Platform/anaconda-client/issues/654) was resolved. Signed-off-by: Patrick Avery --- .github/workflows/package.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 8e3ee6082..d93412797 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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.