This commit is contained in:
grillazz 2022-02-02 12:59:49 +01:00
parent 3cda5811cd
commit 360457d258

View File

@ -29,7 +29,7 @@ jobs:
- name: Set up Python 3.10.1 - name: Set up Python 3.10.1
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: 3.10.1 python-version: 3.10.2
- name: Install pipenv - name: Install pipenv
run: pip install pipenv --upgrade run: pip install pipenv --upgrade
- name: Upgrde pip, setuptools and wheel - name: Upgrde pip, setuptools and wheel