Skip to content

Commit

Permalink
add sources
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed Jun 24, 2024
1 parent c19e8b2 commit 318024b
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: poetry
- name: Install dependencies
run: poetry install
run: poetry install -E cpu --with cpu
- name: Lint
run: poetry run ruff check .
- name: Type check
Expand Down
Loading

0 comments on commit 318024b

Please sign in to comment.