Skip to content

Commit

Permalink
ci: change uv installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ authored Jan 3, 2025
1 parent 973a2b3 commit 22662f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
run: pdm export -dG test -f requirements -o requirements.test.txt
- name: Install srai
run: |
pdm build -v -d dist
uv pip install 'srai[all] @ file://'"$(pwd)/$(find dist -name '*.whl')" -r requirements.test.txt --system
uv pip install -e "srai[all] @ ." -r requirements.test.txt --system
- name: Run tests with pytest
run: pytest -v --durations=20 tests

Expand Down

0 comments on commit 22662f3

Please sign in to comment.