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 c4b01c7 commit a2d5f02
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 223
echo 224

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 scikit-build-core
pip install pytest numpy pandas scipy scikit-learn psutil cloudpickle scikit-build-core ninja


cd $GITHUB_WORKSPACE/.ci
Expand Down

0 comments on commit a2d5f02

Please sign in to comment.