Add random bec_lib module
Some checks failed
Gitea Actions Demo / build_test (3.11.12) (push) Failing after 11s
Gitea Actions Demo / build_test (3.13.3) (push) Failing after 9s
Gitea Actions Demo / build_test (3.10.17) (push) Successful in 31s
Gitea Actions Demo / build_test (3.12.10) (push) Successful in 28s
Gitea Actions Demo / build_test (3.9.22) (push) Successful in 23s
Some checks failed
Gitea Actions Demo / build_test (3.11.12) (push) Failing after 11s
Gitea Actions Demo / build_test (3.13.3) (push) Failing after 9s
Gitea Actions Demo / build_test (3.10.17) (push) Successful in 31s
Gitea Actions Demo / build_test (3.12.10) (push) Successful in 28s
Gitea Actions Demo / build_test (3.9.22) (push) Successful in 23s
Due to some error when testing on the nodes on gitea, the bec_lib package is imported. Now it has been added in the installation as a hack
This commit is contained in:
parent
9fb35dfda4
commit
4290704a96
@ -20,6 +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 .
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user