Skip to content

Commit

Permalink
Try fixing tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
zmievsa committed Jan 26, 2025
1 parent 2c22073 commit f463e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: uv sync --refresh --all-extras --dev --upgrade
- run: pytest . # We intentionally don't use tox here to run tests "as is"
- run: uv run pytest . # We intentionally don't use tox here to run tests "as is"
- uses: jakebailey/pyright-action@v1
with:
pylance-version: latest-release
Expand Down

0 comments on commit f463e1f

Please sign in to comment.