Merge pull request 'Update .gitea/workflows/test.yaml' (#1) from bruhn_b-patch-1 into main
Some checks failed
Gitea Actions Demo / build_test (3.11.12) (push) Failing after 9s
Gitea Actions Demo / build_test (3.9.22) (push) Failing after 6s
Gitea Actions Demo / build_test (3.12.10) (push) Successful in 14s
Gitea Actions Demo / build_test (3.10.17) (push) Failing after 17s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 15s
Some checks failed
Gitea Actions Demo / build_test (3.11.12) (push) Failing after 9s
Gitea Actions Demo / build_test (3.9.22) (push) Failing after 6s
Gitea Actions Demo / build_test (3.12.10) (push) Successful in 14s
Gitea Actions Demo / build_test (3.10.17) (push) Failing after 17s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 15s
Reviewed-on: #1
This commit is contained in:
@ -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
|
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
|
||||||
|
Reference in New Issue
Block a user