diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd1917f..ff2c55e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: Install developer dependencies run: | - python3 -m pip install -U pip setuptools + python3 -m pip install -U pip python3 -m pip install -U pytest pytest-runner flake8 - name: Install sphinx dependencies @@ -65,7 +65,7 @@ jobs: - name: Install developer dependencies run: | - python3 -m pip install -U pip setuptools + python3 -m pip install -U pip python3 -m pip install -U pytest pytest-runner flake8 - name: Install sphinx dependencies @@ -110,7 +110,7 @@ jobs: - name: Install developer dependencies run: | - python3 -m pip install -U pip setuptools + python3 -m pip install -U pip python3 -m pip install -U pytest pytest-runner flake8 - name: Install sphinx dependencies