Skip to content

Commit

Permalink
test-local: install pycurl from source
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Mar 5, 2024
1 parent 92609de commit abbfb2f
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 @@ -426,10 +426,12 @@ jobs:
# binderhub/static/dist/bundle.js is built, and use "-e" to
# ensure code coverage is captured.
#
# https://discourse.jupyter.org/t/suddenly-getting-oath-cert-error/24217/4
# pycurl wheels fail to pick up the system CA certs, so install from source
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]" --no-binary pycurl
pip install -e ".[pycurl]" --no-binary pycurl
- name: Setup JupyterHub NPM dependencies
run: npm install -g configurable-http-proxy
Expand Down

0 comments on commit abbfb2f

Please sign in to comment.