Set python-version

This commit is contained in:
alstr 2024-09-16 15:17:01 +01:00
parent b7b1db618a
commit a48cb9ee47

View File

@ -8,6 +8,8 @@ jobs:
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v4"
with:
python-version: '3.12'
- name: "Install test dependencies"
run: |
python -m pip install --upgrade pip