Skip to content

Commit

Permalink
ci: update dependencies installation (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D authored Jan 15, 2024
1 parent 643a5cd commit d62f4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install dependencies
run: poetry install --no-interaction
run: poetry install --no-interaction --all-extras
- name: Build documentation
run: poetry run poe docs --type build
- name: Setup Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install dependencies
run: poetry install --no-interaction
run: poetry install --no-interaction --all-extras
- name: Run E2E Tests
env:
GENAI_API: ${{ vars.GENAI_API }}
Expand Down

0 comments on commit d62f4a8

Please sign in to comment.