Skip to content

Commit

Permalink
Redo only --reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jan 6, 2025
1 parent a441ea1 commit 588b732
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,7 @@ jobs:

- name: Run tests with caching
run: |
cd python/cairo-addons
pwd
ls -la
uv sync
maturin develop --uv -vvvv
cd ../..
uv run pytest cairo/tests -n logical --durations=0 -v -s --log-cli-level=DEBUG
uv run --reinstall pytest cairo/tests -n logical --durations=0 -v -s --log-cli-level=DEBUG
- uses: actions/cache/save@v4
with:
Expand Down

0 comments on commit 588b732

Please sign in to comment.