Skip to content

Commit

Permalink
pip install without uv
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Sep 16, 2024
1 parent 1b121e4 commit 34fc03f
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 @@ -155,7 +155,7 @@ jobs:
# BUILD SASVIEW
python setup.py clean
python setup.py build
python -m uv pip install --system --no-deps .
python -m pip install --no-deps .
### Run tests (if enabled)

Expand Down

0 comments on commit 34fc03f

Please sign in to comment.