diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fcbc120b6..9eec2b1e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -429,8 +429,10 @@ jobs: # run: | pip install -r dev-requirements.txt -r testing/local-binder-local-hub/requirements.txt - pip install ".[pycurl]" - pip install -e ".[pycurl]" + # pip install ".[pycurl]" + # pip install -e ".[pycurl]" + pip install . + pip install -e . - name: Setup JupyterHub NPM dependencies run: npm install -g configurable-http-proxy