Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazygao committed Oct 23, 2023
1 parent f118d7b commit 38a9206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/promptflow-replay-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
python -m pip install --upgrade wheel
python -m pip install --upgrade keyrings.alt
python -m pip install --upgrade beautifulsoup4==4.12.2
gci . -Recurse | % {if ($_.Name.Contains('.whl')) {python -m pip install $_.FullName --force}}
gci ./promptflow -Recurse | % {if ($_.Name.Contains('.whl')) {python -m pip install $_.FullName}}
gci ./promptflow-tools -Recurse | % {if ($_.Name.Contains('.whl')) {python -m pip install $_.FullName}}
pip freeze
- name: Azure Login
uses: azure/login@v1
Expand Down

0 comments on commit 38a9206

Please sign in to comment.