Skip to content

Commit

Permalink
Merge pull request #11 from zkurtz/try-uv-v4
Browse files Browse the repository at this point in the history
try latest uv setup in gha
  • Loading branch information
zkurtz authored Nov 28, 2024
2 parents d21f191 + 0ea6505 commit 4113efa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ jobs:
- name: Clone repo
uses: actions/checkout@v4

- name: Set the python version
run: echo "UV_PYTHON=${{ matrix.python-version }}" >> $GITHUB_ENV

- name: Setup uv
uses: astral-sh/setup-uv@v3
- name: Install uv and set the python version
uses: astral-sh/setup-uv@v4
with:
version: "0.5.4"
python-version: ${{ matrix.python-version }}

- name: Linting check
run: uv run ruff check
Expand Down

0 comments on commit 4113efa

Please sign in to comment.