changed dependency to go directly to github
Python application / build (push) Failing after 20s

This commit is contained in:
brb
2023-07-10 19:31:58 +02:00
parent 83f1baae79
commit f928346bda
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python 3.10 - name: Set up Python 3.10
uses: actions/setup-python@v3 uses: https://github.com/actions/setup-python@v3
with: with:
python-version: "3.10" python-version: "3.10"
- name: Install dependencies - name: Install dependencies