Skip to content

Commit

Permalink
Install uv with cURL instead
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed May 29, 2024
1 parent bc31f8d commit 420acd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
python_version=$(python -c "import sys; print(sys.version_info[:2])")
pip install uv
uv pip install --system --resolution lowest -e .[dev,tests,anthropic,argilla,cohere,groq,hf-inference-endpoints,hf-transformers,litellm,llama-cpp,ollama,openai,outlines,vertexai,vllm]
if [ "${python_version}" != "(3, 8)" ]; then
uv pip install --system --resolution lowest -e .[mistralai,instructor]
Expand Down

0 comments on commit 420acd0

Please sign in to comment.