Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkoren21 committed Jul 23, 2024
1 parent f150443 commit b636df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/new_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,13 @@ jobs:
else
git checkout -b "$BRANCH"
fi
ls
poetry add onnx2kerastl==$PACKAGE_VERSION
find /home/runner/work/leap_parser_tests_copy -type f -exec sh -c 'cp -v "$1" "$GITHUB_WORKSPACE/tests/$(basename "$1")"' _ {} \;
source .venv/bin/activate
cd tests
ls
pytest branch_model_test.py --cloud_dir clip --model_name clip.onnx
pytest test_branch_model.py --cloud_dir clip --model_name clip.onnx
echo "1"
rm -rf /home/runner/work/leap_parser_tests_copy # Example command: List files in the checked-out repositor
# poetry add -u
Expand Down
File renamed without changes.

0 comments on commit b636df9

Please sign in to comment.