diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 769d9bd5..9470f395 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,8 +70,8 @@ jobs: - name: Install pip dependencies run: | - python -m pip install . - python -m pip install pytest bottle + python -m pip install pytest bottle wheel setuptools + python -m pip install -e . - name: Get npm cache dir id: npm-cache