updated workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Python application / Build-Service (push) Failing after 3s

This commit is contained in:
brb
2023-07-10 19:16:16 +02:00
parent 9f055f0921
commit 61e902163c
+3 -3
View File
@@ -13,9 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
run: |
virtualenv -p python3.10 venv
source venv/bin/activate
- name: Install dependencies
run: |
python -m pip install --upgrade pip