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 05f7dc8 commit f0c24c6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/new_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
else
echo "Skipping publishing as version already exists on PyPI."
fi
- name: Ensure folder exists
run: mkdir -p leap_parser_tests # Ensure the folder exists if it doesn't already
- name: Copy leap_model_tests from onnx2keras
run: cp -r $GITHUB_WORKSPACE/leap_parser_tests leap_parser_tests
- name: checkout leap model parser
uses: actions/checkout@v4
with:
Expand All @@ -82,8 +86,9 @@ jobs:
git checkout -b "$BRANCH"
fi
poetry add onnx2kerastl==$PACKAGE_VERSION
poetry add -u
poetry commit -m "update O2K version"
git push origin "$BRANCH"
ls -l # Example command: List files in the checked-out repositor
echo "1"
# poetry add -u
# poetry commit -m "update O2K version"
# git push origin "$BRANCH"

0 comments on commit f0c24c6

Please sign in to comment.