Skip to content

Commit

Permalink
Remove duplicated installation of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss committed Nov 12, 2024
1 parent 90ca9cb commit f384680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/pipeline/build-and-test-lnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ steps:
. /usr/share/miniconda/etc/profile.d/conda.sh
conda activate CB
if [ $(SKLEARN_VERSION) != "1.0" ]; then conda install -q -y -c https://software.repos.intel.com/python/conda/ dpctl=0.18 dpnp=0.16; fi
conda uninstall --force numpy numpy-base
bash .ci/scripts/setup_sklearn.sh $(SKLEARN_VERSION)
pip install --upgrade -r requirements-test.txt
pip install $(python .ci/scripts/get_compatible_scipy_version.py)
Expand Down

0 comments on commit f384680

Please sign in to comment.