Skip to content

Commit

Permalink
pip install uv
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Oct 14, 2024
1 parent 83a85a3 commit dac3d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
python-version: '3.x'
- name: Install uv
if: ${{ steps.nb-cache.outputs.cache-hit != 'true' }}
run: curl -LsSf https://astral.sh/uv/install.sh | sh
run: pip install uv
- name: Install Python dependencies
if: ${{ steps.nb-cache.outputs.cache-hit != 'true' }}
run: uv pip install -r requirements.txt
Expand Down

0 comments on commit dac3d26

Please sign in to comment.