Skip to content

Commit

Permalink
add pip env setup to kestrel e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Jul 28, 2023
1 parent e8c46f6 commit 52c84e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/kestrel-end-to-end-testing-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
echo "Running in ${{ github.repository }} repository, ${{ github.ref }} branch."
echo "HOME = ${HOME}"
mkdir -p ${HOME}/fedsearchtest
- name: Setup latest pip environment
run: |
python -m pip install --upgrade pip setuptools wheel
- name: Code Checkout
uses: actions/checkout@v3
- name: Create Virtual Environment
Expand Down Expand Up @@ -80,4 +83,4 @@ jobs:
docker network rm elastic
rm -rf data
- name: Job Status
run: echo "Job status is ${{ job.status }}."
run: echo "Job status is ${{ job.status }}."

0 comments on commit 52c84e1

Please sign in to comment.