Skip to content

Commit

Permalink
don't re-sync on run
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 15, 2024
1 parent 359871c commit d0bf5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run tests
run: |
uv run pytest --cov=seedbank --cov-report=xml tests
uv run --no-sync pytest --cov=seedbank --cov-report=xml tests
- name: Upload logs
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Run tests
run: |
uv run pytest --cov=seedbank --cov-report=xml tests
uv run --no-sync pytest --cov=seedbank --cov-report=xml tests
- name: Upload logs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d0bf5be

Please sign in to comment.