Skip to content

Commit

Permalink
test-local: try without pycurl
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored Mar 5, 2024
1 parent d084583 commit 024b6b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 024b6b3

Please sign in to comment.