Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 26, 2024
1 parent cce3d52 commit c4b01c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash


echo 222
echo 223

ARCH=$(uname -m)

Expand Down Expand Up @@ -29,7 +29,7 @@ conda config --set always_yes yes --set changeps1 no
conda update -q -y conda


pip install pytest numpy pandas scipy scikit-learn psutil cloudpickle
pip install pytest numpy pandas scipy scikit-learn psutil cloudpickle scikit-build-core


cd $GITHUB_WORKSPACE/.ci
Expand Down

0 comments on commit c4b01c7

Please sign in to comment.