From 15c46ada92f040b4fcb2d82c2beb4c102f5aae32 Mon Sep 17 00:00:00 2001 From: Akiomi Kamakura Date: Thu, 26 Nov 2020 17:31:19 +0900 Subject: [PATCH] Fix install command in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3581518..3f9b421 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pipenv --upgrade-strategy=only-if-needed - pipenv sync + pipenv sync --dev - name: Run test run: make test - name: Run codecov