Update .gitea/workflows/test.yaml #1

Open
bruhn_b wants to merge 1 commits from bruhn_b-patch-1 into main

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