Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nick863 committed Jul 2, 2024
1 parent bd552a5 commit bb0980d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promptflow-evals-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
echo "The installation took ${install_time} minutes."
echo "The time limit for installation is ${TIME_LIMIT}"
test ${install_time} -le $TIME_LIMIT || echo "::warning file=pyproject.toml,line=40,col=0::The installation took ${install_time} minutes, the limit is ${TIME_LIMIT}."
echo "Run ID: ${{ github.run_id }} Workflow: $ {{ github.workflow }}"
echo "Run ID: ${{ github.run_id }} Workflow: ${{ github.workflow }}"
python -c "import os; print(os.environ['github.run_id'])"
working-directory: ${{ env.WORKING_DIRECTORY }}
- name: install recording
Expand Down

0 comments on commit bb0980d

Please sign in to comment.