specified python version
Python application / build (push) Failing after 5s

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