Skip to content

Commit

Permalink
ci: 固定 CI 流程使用的 Python 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Oct 15, 2024
1 parent c55b208 commit a85beab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install Python
run: uv python install
run: uv python install 3.12
- name: Install Dependencies
run: uv sync --all-extras
- name: Lint With Ruff
Expand Down

0 comments on commit a85beab

Please sign in to comment.