Skip to content

Commit

Permalink
ci: remove workaround installing pymzq via conda-forge (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio authored Jan 20, 2025
1 parent 863d40c commit 7652232
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
6 changes: 1 addition & 5 deletions continuous_integration/docker/hadoop/_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ cd /working
# pykerberos needs to compile c++ code that depends on system libraries, by
# installing it from conda-forge, we avoid such hassle.
#
# FIXME: Don't install pyzmq from conda-forge when pyzmq 25.0.0 is released, see
# https://github.com/zeromq/pyzmq/issues/1821 and
# https://pypi.org/project/pyzmq/.
#
mamba install -c conda-forge pykerberos pyzmq
mamba install -c conda-forge pykerberos

# This installs everything else we need for tests
pip install -r tests/requirements.txt
Expand Down
6 changes: 0 additions & 6 deletions continuous_integration/docker/pbs/_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ set -xe

cd /working

# FIXME: Don't install pyzmq from conda-forge when pyzmq 25.0.0 is released, see
# https://github.com/zeromq/pyzmq/issues/1821 and
# https://pypi.org/project/pyzmq/.
#
mamba install -c conda-forge pyzmq

# This installs everything we need for tests
pip install -r tests/requirements.txt

Expand Down
6 changes: 0 additions & 6 deletions continuous_integration/docker/slurm/_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ set -xe

cd /working

# FIXME: Don't install pyzmq from conda-forge when pyzmq 25.0.0 is released, see
# https://github.com/zeromq/pyzmq/issues/1821 and
# https://pypi.org/project/pyzmq/.
#
mamba install -c conda-forge pyzmq

# This installs everything we need for tests
pip install -r tests/requirements.txt

Expand Down

0 comments on commit 7652232

Please sign in to comment.