Change bec_lib install to bec
Some checks failed
Gitea Actions Demo / build_test (3.11.12) (push) Failing after 6s
Gitea Actions Demo / build_test (3.10.17) (push) Failing after 13s
Gitea Actions Demo / build_test (3.13.3) (push) Failing after 4s
Gitea Actions Demo / build_test (3.12.10) (push) Failing after 14s
Gitea Actions Demo / build_test (3.9.22) (push) Failing after 13s

This commit is contained in:
lass_j 2025-06-03 11:08:04 +02:00
parent 4290704a96
commit d60c8c2aaa

View File

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install bec_lib python -m pip install bec
python -m pip install . python -m pip install .
pip install flake8 pytest pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi