Skip to content

Commit

Permalink
Pin uv version switch order for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Nov 8, 2024
1 parent ea4ba18 commit 6223a27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
python-version: [3.11, 3.12, 3.13]

steps:

- uses: actions/checkout@v4

# https://github.com/marketplace/actions/setup-just
- uses: extractions/setup-just@v2
name: install just
Expand All @@ -32,11 +35,9 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.5.0"
enable-cache: true


- uses: actions/checkout@v4

- name: Use Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 6223a27

Please sign in to comment.