diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5b021809..469af2b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,7 +62,7 @@ jobs: - name: Install Python Deps if: steps.release.outputs.version == 0 run: | - pip install -U pip setuptools + python -m pip install -U pip setuptools pip install -e .[test] - name: Test @@ -118,7 +118,7 @@ jobs: - name: Install Python Deps if: steps.release.outputs.version == 0 run: | - pip install -U pip setuptools + python -m pip install -U pip setuptools pip install -e .[test] - name: Test