Skip to content

Commit

Permalink
change python install
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Griffiths committed Sep 20, 2024
1 parent ba9d4d4 commit 37eff3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v2

- name: Set up Python
run: uv python install
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"

- name: Install the project
run: uv sync --all-extras --dev
Expand Down

0 comments on commit 37eff3b

Please sign in to comment.