Skip to content

Commit

Permalink
Made pf width 150
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 10, 2024
1 parent 052c4bb commit fdc81e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
USER_LOGIN: ${{ secrets.USER_LOGIN }}
USER_PASSWORD: ${{ secrets.USER_PASSWORD }}

COLUMNS: 150

steps:

- name: Checkout
Expand Down Expand Up @@ -127,7 +125,7 @@ jobs:
- name: Show results
run: |
docker exec promptflow pf run show-details -n base_run
docker exec promptflow export COLUMNS=150 && pf run show-details -n base_run
echo "Getting metrics ..."
docker exec promptflow pf run show-metrics -n base_run
##docker exec promptflow pf run visualize -n base_run
Expand Down

0 comments on commit fdc81e0

Please sign in to comment.