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 committed Jan 3, 2025
1 parent 20bb66d commit 18a5296
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 @@ -38,8 +38,7 @@ jobs:
run: pdm export -dG test -f requirements -o requirements.test.txt
- name: Install quackosm
run: |
pdm build -v -d dist
uv pip install 'quackosm[cli] @ file://'"$(pwd)/$(find dist -name '*.whl')" -r requirements.test.txt --system
uv pip install -r pyproject.toml --extra cli -r requirements.test.txt --system
- name: Run tests with pytest
run: |
pytest -v -s --durations=20 --doctest-modules --doctest-continue-on-failure quackosm
Expand Down

0 comments on commit 18a5296

Please sign in to comment.