From bedfbc09085b14689cbbaae4f695c2a0f10df0f1 Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Sat, 29 Jun 2024 14:35:15 +0900 Subject: [PATCH] install numpy along with torch --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93be966..7126216 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: |