Skip to content

Commit

Permalink
chore(tools): use git lfs while testing cml
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Sep 20, 2023
1 parent 49dc057 commit e6f5eab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/concrete_ml_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,7 @@ jobs:
- name: ML Tests
run: |
export CONCRETE_PYTHON_WHEEL=$(pwd)/frontends/concrete-python/dist/*manylinux*.whl
apt update
apt install git git-lfs -y
pip install poetry==1.2.2
./ci/scripts/test_cml.sh --use-wheel $CONCRETE_PYTHON_WHEEL --verbose
5 changes: 5 additions & 0 deletions ci/scripts/test_cml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,12 @@ echo "Getting CML repository"

if [ $DO_QUICK_SCRIPT_DEBUG -eq 0 ]
then
git lfs install --skip-smudge
git clone https://github.com/zama-ai/concrete-ml.git --branch ${ML_BRANCH}

cd concrete-ml
git lfs pull --include "tests/data" --exclude ""
cd ..
else
echo " -- skipped during debug"
fi
Expand Down

0 comments on commit e6f5eab

Please sign in to comment.