Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix uv issue on windows #8991

Merged
merged 11 commits into from
Jun 28, 2024
6 changes: 1 addition & 5 deletions .github/workflows/pr-tests-syft.yml
khoaguin marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,12 @@ jobs:
- name: Upgrade pip
if: steps.changes.outputs.syft == 'true'
run: |
pip install --upgrade pip==24.0
python -m pip install --upgrade pip==24.0

- name: Install uv
if: steps.changes.outputs.syft == 'true'
run: |
python -m pip install uv==0.2.13

- name: Verify uv installation
if: steps.changes.outputs.syft == 'true'
run: |
python -m pip show uv
where uv || which uv

Expand Down
Loading