Skip to content

Commit

Permalink
ci: Set python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 7, 2024
1 parent bf42f13 commit 27589e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'

- name: Install dependencies
run: pip install --user ruff
Expand Down

0 comments on commit 27589e1

Please sign in to comment.