Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
monoand6 committed Nov 12, 2022
1 parent a139b2b commit 1493b0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pip install poetry

- name: Install Dependencies using Poetry
run: poetry install --with dev
run: poetry install --with dev,test

- name: Lints
run: |
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ numpy = "^1.23.3"
bokeh = "^2.4.3"
jupyter-bokeh = "^3.0.5"

[tool.poetry.group.test]
optional = true

[tool.poetry.group.test.dependencies]
pytest = "^7.1.3"
hypothesis = "^6.54.5"
Expand Down

0 comments on commit 1493b0e

Please sign in to comment.