linux workflows just knows python 3.9

pull/465/head
Holger Müller 2022-01-10 16:55:50 +01:00
rodzic 8208563ff3
commit 3e78b490e9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.9
- name: Install dependencies and pyinstall
run: |
python -m pip install pip==21.3.1 setuptools==60.5.0