Fix Python setup in action.

This commit is contained in:
J08nY
2025-12-03 17:53:31 +01:00
parent e38e67d9f3
commit bfccf8f955

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip