diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 101fc8b..b3799be 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install bec_lib + python -m pip install bec python -m pip install . pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi