Skip to content

Commit

Permalink
Update uv pip installation commands to use "--system".
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Nov 11, 2024
1 parent 3899f25 commit cc8ced7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production_run_complete_llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
working-directory: ./llm-complete-guide
run: |
pip3 install uv
uv pip install -r requirements.txt
uv pip install -r requirements-argilla.txt
uv pip install -r requirements.txt --system
uv pip install -r requirements-argilla.txt --system
zenml integration install gcp -y --uv
- name: Connect to ZenML server
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging_run_complete_llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
working-directory: ./llm-complete-guide
run: |
pip3 install uv
uv pip install -r requirements.txt
uv pip install -r requirements-argilla.txt
uv pip install -r requirements.txt --system
uv pip install -r requirements-argilla.txt --system
zenml integration install aws s3 -y --uv
- name: Connect to ZenML server
Expand Down

0 comments on commit cc8ced7

Please sign in to comment.