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 b34fbea commit e5c78e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
poetry add onnx2kerastl==$PACKAGE_VERSION
cp -r /home/runner/work/leap_parser_tests_copy $GITHUB_WORKSPACE/leap_parser_tests_from_o2k # Example command: List files in the checked-out repositor
cd leap_parser_tests_from_o2k
pytest --cloud_dir clip --model_name clip.onnx
poetry run python -m pytest branch_model_test.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

0 comments on commit e5c78e8

Please sign in to comment.