Skip to content

Commit

Permalink
Fixed minor syntax bug in changes_models_or_benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
shehadak committed Nov 16, 2023
1 parent 4372a43 commit 1380e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/score_new_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Get scoring info
run: |
python -m pip install .
echo "PLUGIN_INFO=$(python -c "from brainscore_core.plugin_management.parse_plugin_changes import get_scoring_info; get_scoring_info('${{ env.CHANGED_FILES }}', 'brainscore_language')" >> $GITHUB_OUTPUT
echo "PLUGIN_INFO=$(python -c 'from brainscore_core.plugin_management.parse_plugin_changes import get_scoring_info; get_scoring_info("${{ env.CHANGED_FILES }}", "brainscore_language")')" >> $GITHUB_OUTPUT
echo "RUN_SCORE=$(jq -r '.run_score' <<< "$PLUGIN_INFO")" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 1380e3b

Please sign in to comment.