Skip to content

Commit

Permalink
Use setup-uv in place of setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed Nov 13, 2024
1 parent 4c92014 commit dbe7ac1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Dependencies
run: |
uv sync --no-cache
run: uv sync --no-cache
- name: Lint
run: |
uv run poe lint
Expand Down

0 comments on commit dbe7ac1

Please sign in to comment.