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 f0ec819 commit 0925b2c
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 @@ -90,8 +90,8 @@ jobs:
fi
poetry add onnx2kerastl==$PACKAGE_VERSION
cp -r /home/runner/work/leap_parser_tests_copy $GITHUB_WORKSPACE/tests # Example command: List files in the checked-out repositor
cd tests
source .venv/bin/activate
cd tests
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
Expand Down

0 comments on commit 0925b2c

Please sign in to comment.