.gitea/workflows/UnitTests.yaml aktualisiert
Some checks failed
Gitea Actions Demo / Run Tests (push) Failing after 29s
Some checks failed
Gitea Actions Demo / Run Tests (push) Failing after 29s
This commit is contained in:
parent
8913e63997
commit
29f51663a5
@ -20,7 +20,7 @@ jobs:
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
if [ -f requirements.txt ]; then
|
||||
pip install -r requirements.txt
|
||||
pip install --no-deps -r requirements.txt
|
||||
else
|
||||
echo "No requirements.txt found, skipping installation."
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user