From c2e8e9ee273eac6dcab1112bb4aa336c0931e386 Mon Sep 17 00:00:00 2001 From: Harsh Trivedi Date: Tue, 26 Nov 2024 21:13:37 -0500 Subject: [PATCH] minor --- .github/workflows/new-entry.yml | 37 ++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/.github/workflows/new-entry.yml b/.github/workflows/new-entry.yml index acd8ddc..2f8506d 100644 --- a/.github/workflows/new-entry.yml +++ b/.github/workflows/new-entry.yml @@ -59,22 +59,35 @@ jobs: with: ref: test-pr lfs: true - fetch-depth: 0 - - name: Fetch LFS objects - run: git lfs pull + - name: Debugging LFS + run: | + git lfs version + git lfs ls-files + git lfs status + du -sh experiments/outputs/full_code_refl_deepseekcoder_test_normal/leaderboard.bundle + + # - name: Checkout PR branch + # uses: actions/checkout@v4 + # with: + # ref: test-pr + # lfs: true + # fetch-depth: 0 - - name: Show LFS file size - run: du -sh experiments/outputs/full_code_refl_deepseekcoder_test_normal/leaderboard.bundle + # - name: Fetch LFS objects + # run: git lfs pull - - name: Fetch LFS objects - run: | - git lfs install - git lfs fetch origin test-pr - git lfs checkout + # - name: Show LFS file size + # run: du -sh experiments/outputs/full_code_refl_deepseekcoder_test_normal/leaderboard.bundle + + # - name: Fetch LFS objects + # run: | + # git lfs install + # git lfs fetch origin test-pr + # git lfs checkout - - name: Show LFS file size - run: du -sh experiments/outputs/full_code_refl_deepseekcoder_test_normal/leaderboard.bundle + # - name: Show LFS file size + # run: du -sh experiments/outputs/full_code_refl_deepseekcoder_test_normal/leaderboard.bundle # - name: Checkout code # uses: actions/checkout@v2