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:
Nicolò Boschi 2024-07-02 15:20:13 +02:00 committed by GitHub
commit 2787bec4fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 60 additions and 59 deletions

View file

@ -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 &