Skip to content

Commit

Permalink
Fix issue with missed ext libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
uriyyo committed Oct 26, 2023
1 parent 5b64a64 commit 34be598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install dependencies
run: |
poetry install -E sqlalchemy
poetry install -E all
- name: Lint
run: poetry run pre-commit run --all-files --show-diff-on-failure
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install dependencies
run: |
poetry install -E sqlalchemy
poetry install -E all
- name: Unit tests
run: |
Expand Down

0 comments on commit 34be598

Please sign in to comment.