Skip to content

Commit

Permalink
needs extras
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Mar 24, 2024
1 parent 3a08db6 commit 6481d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install poetry
run: pip install -U pip poetry
- name: Install dependencies
run: poetry install
run: poetry install --all-extras
- name: run lint
run: make lint
- name: run tests
Expand All @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Install dependencies
- name: Install all dev dependencies
run: make install-dev
- name: build book
run: make book
Expand Down

0 comments on commit 6481d32

Please sign in to comment.