Skip to content

Commit

Permalink
Fixed python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
srtab committed Oct 10, 2024
1 parent cca1343 commit 462efb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
enable-cache: true
cache-dependency-glob: "uv.lock"

- 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 --locked
Expand All @@ -48,8 +50,10 @@ jobs:
enable-cache: true
cache-dependency-glob: "uv.lock"

- 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 --locked
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12.7

0 comments on commit 462efb4

Please sign in to comment.