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: 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 run: |
with: virtualenv -p python3.10 venv
python-version: "3.10" source venv/bin/activate
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip