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

This commit is contained in:
brb
2023-07-10 19:18:30 +02:00
parent 61e902163c
commit a4806e2da7
+2
View File
@@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python 3.10
run: |
python -m pip install --upgrade pip
pip install virtualenv
virtualenv -p python3.10 venv
source venv/bin/activate
- name: Install dependencies