Skip to content

Commit

Permalink
Added uv
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Nov 17, 2024
1 parent aef622b commit a4d8ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version: "latest"
- name: Install dependencies
run: |
uv sync --python ${{ matrix.python-version }} --all-extras pyproject.toml
uv sync --python ${{ matrix.python-version }} --all-extras
- name: Test with pytest
run: |
uv run pytest --doctest-glob=README.md tests/

0 comments on commit a4d8ada

Please sign in to comment.