From 6f746ae7b889882f572171f2ee23906d732c2508 Mon Sep 17 00:00:00 2001 From: Patrick Avery Date: Mon, 30 Oct 2023 10:07:49 -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 a17003b58..a728867b6 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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.