Skip to content

Commit

Permalink
chore: specify python version for venv
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 7, 2024
1 parent c88fb05 commit 41cd93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Python
run: uv python install 3.11
- name: Set up virtual environment
run: uv venv
run: uv venv --python 3.11
- name: Activate virtual environment
run: source .venv/bin/activate
- name: Load development dependencies
Expand Down

0 comments on commit 41cd93d

Please sign in to comment.