Merge pull request 'Update .gitea/workflows/test.yaml' (#1) from bruhn_b-patch-1 into main
All checks were successful
Gitea Actions Demo / build_test (3.11.12) (push) Successful in 2m12s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 2m12s
Gitea Actions Demo / build_test (3.10.17) (push) Successful in 2m26s
Gitea Actions Demo / build_test (3.9.22) (push) Successful in 2m18s
Gitea Actions Demo / build_test (3.12.10) (push) Successful in 2m30s

Reviewed-on: #1
This commit was merged in pull request #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