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 b636df9 commit 252e0d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/new_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
with:
token: ${{ secrets.TENSORLEAP_OPS_GITHUB_TOKEN }}
repository: tensorleap/leap-model-parser
path: leap-model-parser
- name: leap-model-parser testing
working-directory: leap-model-parser
run: | #fetch or create branch, update-o2k-version
echo "Project version is $PACKAGE_VERSION"
BRANCH="${{ steps.extract_branch.outputs.branch_name }}-from-o2k"
Expand All @@ -89,6 +91,7 @@ jobs:
git checkout -b "$BRANCH"
fi
ls
pwd
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
Expand Down

0 comments on commit 252e0d6

Please sign in to comment.