specified platform version
Python application / build (push) Failing after 6s

This commit is contained in:
brb
2023-07-10 19:40:11 +02:00
parent 3dc18eb8bd
commit e7073c03bd
+2 -1
View File
@@ -10,7 +10,8 @@ jobs:
- name: Set up Python 3.10
uses: https://github.com/actions/setup-python@v3
with:
python-version: "3.10.12"
python-version: "3.10"
architecture: "x64"
- name: Install dependencies
run: |
python -m pip install --upgrade pip