Skip to content

Commit

Permalink
Update test_e2eshark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Sep 4, 2024
1 parent 6aaee15 commit a90ec8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
python3.11 -m venv ${E2E_VENV_DIR}
source ${E2E_VENV_DIR}/bin/activate
pip install --upgrade pip
pip install -r --no-cache ./e2eshark/requirements.txt
pip install --no-cache -r ./e2eshark/requirements.txt
pip install \
--find-links https://iree.dev/pip-release-links.html \
--upgrade \
Expand Down

0 comments on commit a90ec8d

Please sign in to comment.