Skip to content

Commit

Permalink
💚 Fix CI setting
Browse files Browse the repository at this point in the history
  • Loading branch information
futabato committed Mar 1, 2024
1 parent 4464898 commit fa15053
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install Dependencies
- name: Install Poetry
run:
pip install poetry
- name: Install Dependencies
run:
poetry add ruff@^0.2.1 mypy@^0.971 torch@^2.0.1 numpy@^1.25.2
- name: Lint with ruff
run: |
Expand Down

0 comments on commit fa15053

Please # to comment.