Skip to content

Commit

Permalink
Set exact python version in automation
Browse files Browse the repository at this point in the history
To prevent changes in python from breaking the build.
  • Loading branch information
kh31d4r authored and mosbth committed Jan 13, 2025
1 parent 735ebf5 commit 4db5b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: .requirements.txt
- name: Install dependencies
Expand Down

0 comments on commit 4db5b82

Please sign in to comment.