ci: skip tests with openai key required (#2477)
* ci: skip tests with openai key required * ci: skip tests with openai key required * ci: skip tests with openai key required * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b44e43a5b6
commit
2787bec4fb
15 changed files with 60 additions and 59 deletions
2
.github/workflows/python_test.yml
vendored
2
.github/workflows/python_test.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
poetry install
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
make unit_tests args="-n auto"
|
||||
make unit_tests
|
||||
- name: Test CLI
|
||||
run: |
|
||||
poetry run python -m langflow run --host 127.0.0.1 --port 7860 --backend-only &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue