From 641fc517d45a3c16f39583663f4456ecdbcebf5a Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Tue, 2 Mar 2021 10:58:03 +0100 Subject: [PATCH] Fix name bug in build_test.yml --- .github/workflows/build_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 5f58a69..4069184 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -14,7 +14,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -e .[test] + pip install -e .[tests] - name: Test with pytest run: | pytest @@ -39,7 +39,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -e .[test] + pip install -e .[tests] - name: Test with pytest run: | pytest