Skip to content

Commit

Permalink
ci: set python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Dec 2, 2024
1 parent 457178b commit 4fb3b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
enable-cache: true
- name: Set up Python
run: uv python install
run: uv python install 3.11
- name: Install the project
run: uv sync --all-extras --dev
- name: Test with pytest
Expand Down

0 comments on commit 4fb3b95

Please sign in to comment.