From c619e7757ef3771fb219e19a495a7849532b7562 Mon Sep 17 00:00:00 2001 From: "M. Amin Safavi" Date: Sat, 14 Sep 2024 12:43:10 +0900 Subject: [PATCH] Update ci.yaml --- .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 bf2a158..59473d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: run: | python3 -m pip install pybind11[global] python3 -m pip install pytest - python3 -m pip install --verbose . + python3 -m pip install --verbose .[test] - name: Test run: |