diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0dc47ede..b4c874f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: python-version: 3.8 - run: | python -m pip install --upgrade pip - pip install ".[all,tests]" + pip install ".[all,test]" name: Install dependencies - run: pip freeze name: List dependencies