Update .gitea/workflows/test.yaml #1

Merged
lass_j merged 1 commits from bruhn_b-patch-1 into main 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