Skip to content

Commit

Permalink
Mark dev as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mardiros committed Aug 15, 2024
1 parent 3a31f6d commit 9daa910
Show file tree
Hide file tree
Showing 4 changed files with 628 additions and 687 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
poetry-version: ${{ matrix.poetry-version }}

- name: Install blacksmith
run: poetry install
run: poetry install --with dev

- name: Check lint
run: |
Expand Down
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package := 'blacksmith'
default_test_suite := 'tests/unittests'

install:
poetry install
poetry install --with dev

doc:
cd docs && poetry run make html
Expand Down
Loading

0 comments on commit 9daa910

Please sign in to comment.