Update .gitea/workflows/test.yaml
Some checks failed
Gitea Actions Demo / build_test (3.12.10) (push) Successful in 13s
Gitea Actions Demo / build_test (3.11.12) (push) Failing after 37s
Gitea Actions Demo / build_test (3.10.17) (push) Failing after 39s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 40s
Gitea Actions Demo / build_test (3.9.22) (push) Failing after 1m12s

This commit is contained in:
2025-06-05 11:34:17 +02:00
parent d60c8c2aaa
commit 71d849d861

View File

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install bec
python -m pip install bec-lib
python -m pip install .
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi