.gitea/workflows/UnitTests.yaml aktualisiert
Some checks failed
Gitea Actions Demo / Run Tests (push) Failing after 29s

This commit is contained in:
Jonas Häder 2025-10-10 15:45:04 +02:00
parent 8913e63997
commit 29f51663a5

View File

@ -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