Skip to content

Commit

Permalink
install numpy along with torch
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jun 29, 2024
1 parent 004ce2d commit bedfbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install torch
pip install numpy torch
pip install -e ".[test,lint]"
- name: Lint with pysen
run: |
Expand Down

0 comments on commit bedfbc0

Please sign in to comment.