Skip to content

Commit

Permalink
fix(ci): pin the python version used in the CI (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum authored Oct 18, 2024
1 parent 2f60f0e commit ec75682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-from-wheel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: Install python
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
python-version-file: ".python-version"
- name: Install uv
uses: astral-sh/setup-uv@v2
with:
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

0 comments on commit ec75682

Please sign in to comment.