Skip to content

Commit

Permalink
move harmony-py dependency to separate "integration" group for install
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed May 14, 2024
1 parent efae1fd commit 2967146
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
poetry-version: ${{ env.POETRY_VERSION }}

- name: Install package
run: poetry install
run: poetry install --with=integration

- name: Test
env:
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ markdown-include = "^0.8.1"
mkdocstrings = "^0.25.1"
mkdocs-jupyter = "^0.24.7"
mkdocs-material = "^9.5.22"


[tool.poetry.group.integration.dependencies]
harmony-py = "^0.4.14"

[build-system]
Expand Down

0 comments on commit 2967146

Please sign in to comment.