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