From f0c24c6c0e08827521000a6b71c2b7a2f5b0c982 Mon Sep 17 00:00:00 2001 From: tom Koren Date: Tue, 23 Jul 2024 17:35:27 +0300 Subject: [PATCH] . --- .github/workflows/new_ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/new_ci.yml b/.github/workflows/new_ci.yml index fce55d0d..8a904865 100644 --- a/.github/workflows/new_ci.yml +++ b/.github/workflows/new_ci.yml @@ -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: @@ -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" +