Skip to content

Commit

Permalink
Merge pull request #20411 from ccordoba12/fix-tests
Browse files Browse the repository at this point in the history
PR: Pin PyZMQ to version 24 to prevent hangs in our CIs
  • Loading branch information
ccordoba12 authored Jan 21, 2023
2 parents 12626f6 + 2de452a commit 02a1023
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ if [ "$USE_CONDA" = "true" ]; then

# Install IPython 8
mamba install -c conda-forge ipython=8

# Install PyZMQ 24 to avoid hangs
mamba install -c conda-forge pyzmq=24
else
# Update pip and setuptools
python -m pip install -U pip setuptools wheel build
Expand All @@ -61,6 +64,9 @@ else

# Install IPython 8
pip install ipython==8.7.0

# Install PyZMQ 24 to avoid hangs
pip install pyzmq==24.0.1
fi

# Install subrepos from source
Expand Down

0 comments on commit 02a1023

Please sign in to comment.