Merge pull request 'Update .gitea/workflows/test.yaml' (#1) from bruhn_b-patch-1 into main
Some checks failed
Gitea Actions Demo / build_test (3.11.12) (push) Failing after 9s
Gitea Actions Demo / build_test (3.9.22) (push) Failing after 6s
Gitea Actions Demo / build_test (3.12.10) (push) Successful in 14s
Gitea Actions Demo / build_test (3.10.17) (push) Failing after 17s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 15s

Reviewed-on: #1
This commit is contained in:
2025-07-04 09:19:08 +02:00

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