mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
fix: test.yml
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -23,10 +23,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Requirements
|
- name: Install Requirements
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update &&
|
pip install poetry
|
||||||
pip install poetry &&
|
|
||||||
poetry lock &&
|
poetry lock &&
|
||||||
poetry install
|
poetry install
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: poetry run pytest
|
run: poetry run pytest tests
|
||||||
|
|||||||
Reference in New Issue
Block a user