Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshTrivedi committed Nov 27, 2024
1 parent 2bef40f commit d8fa2aa
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/new-entry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,10 @@ jobs:
steps:

- name: Debug LFS Configuration
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
FILE_PATH="experiments/outputs/full_code_refl_deepseekcoder_test_normal/leaderboard.bundle"
# Direct download using GitHub CLI
gh api \
-H "Accept: application/vnd.github.v3.raw" \
"/repos/${{ github.repository }}/contents/$FILE_PATH?ref=test-pr" \
> "$FILE_PATH"
echo "After direct download:"
ls -la "$FILE_PATH"
du -sh "$FILE_PATH"
curl -L -o leaderboard.bundle \
https://github.com/stonybrooknlp/appworld-leaderboard/raw/main/experiments/outputs/full_code_refl_deepseekcoder_test_normal/leaderboard.bundle
du -sh leaderboard.bundle
# # - name: Checkout repository
# # uses: actions/checkout@v4
Expand Down

0 comments on commit d8fa2aa

Please sign in to comment.