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

This commit is contained in:
brb
2023-07-10 19:20:07 +02:00
parent a4806e2da7
commit c5511258c8
+2
View File
@@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
with:
python-version: "3.10"
run: |
python -m pip install --upgrade pip
pip install virtualenv