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.