Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshTrivedi committed Nov 29, 2024
1 parent 0de5f2d commit 008d130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
comment="${{ github.event.comment.body }}"
python_version=$(echo "$comment" | grep -oP '(?<=--python )\S+')
appworld_version=$(echo "$comment" | grep -oP '(?<=--appworld )\S+')
experiment_prefixes=$(echo "$command" | cut -d' ' -f6-)
experiment_prefixes=$(echo "$comment" | cut -d' ' -f6-)
echo "Python version: $python_version"
echo "Appworld version: $appworld_version"
Expand Down

0 comments on commit 008d130

Please sign in to comment.