Pin python to 3.11.5

This commit is contained in:
Raffson 2024-04-13 18:01:37 +02:00
parent 07eeb3c627
commit 6bcd8a6910
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -6,7 +6,7 @@ runs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.11"
python-version: "3.11.5"
cache: pip
- name: Install environment