Skip to content

Commit

Permalink
Install cognee without docs in test pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
0xideas committed Nov 4, 2024
1 parent 79642cf commit ad8943f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_python_3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
installer-parallel: true

- name: Install dependencies
run: poetry install --no-interaction
run: poetry install --without docs --no-interaction

- name: Run tests
run: poetry run pytest tests/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python_3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
installer-parallel: true

- name: Install dependencies
run: poetry install --no-interaction
run: poetry install --without docs --no-interaction

- name: Run tests
run: poetry run pytest tests/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python_3_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
installer-parallel: true

- name: Install dependencies
run: poetry install --no-interaction
run: poetry install --without docs --no-interaction

- name: Run tests
run: poetry run pytest tests/
Expand Down

0 comments on commit ad8943f

Please sign in to comment.