Skip to content

Commit

Permalink
Migrate to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto committed Jan 2, 2025
1 parent d05dd45 commit 8b2049d
Show file tree
Hide file tree
Showing 4 changed files with 2,673 additions and 3,228 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry@v1.3.1

- name: Install dependencies
run: poetry install --with dev
- name: Install uv
uses: astral-sh/setup-uv@v4

- name: Run tests
run: poetry run pytest
run: uv run --python ${{ matrix.python-version }} pytest

- name: Run ruff
run: |
Expand Down
Loading

0 comments on commit 8b2049d

Please sign in to comment.