ci: Set python-version

This commit is contained in:
bbhtt
2024-11-07 14:04:54 +05:30
parent bf42f138a0
commit 27589e1470

View File

@@ -15,6 +15,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
- name: Install dependencies
run: pip install --user ruff