Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 committed Mar 17, 2023
2 parents f33416c + 42470a7 commit 78a818b
Show file tree
Hide file tree
Showing 14 changed files with 180 additions and 340 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
# ----------------------------------------------
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
run: poetry install --no-interaction --no-root -E all

# ----------------------------------------------
# ----- install and run pyright -----
Expand Down
Loading

0 comments on commit 78a818b

Please sign in to comment.