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

This commit is contained in:
brb
2023-07-10 19:21:20 +02:00
parent c5511258c8
commit 5bc9e78246
-5
View File
@@ -15,11 +15,6 @@ jobs:
- name: Set up Python 3.10 - name: Set up Python 3.10
with: with:
python-version: "3.10" python-version: "3.10"
run: |
python -m pip install --upgrade pip
pip install virtualenv
virtualenv -p python3.10 venv
source venv/bin/activate
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip