Skip to content

Commit

Permalink
specify harmony install for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Jul 1, 2024
1 parent e9a5e9b commit 782c2a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
poetry-version: ${{ env.POETRY_VERSION }}

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

- name: Run linting
run: |
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

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

0 comments on commit 782c2a8

Please sign in to comment.