Skip to content

Commit

Permalink
no-binary pycurl in test environment as well
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Mar 21, 2024
1 parent eefb644 commit 4957764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Setup Python package dependencies
run: |
pip install -r dev-requirements.txt -r helm-chart/images/binderhub/requirements.txt
pip install --no-binary pycurl -r dev-requirements.txt -r helm-chart/images/binderhub/requirements.txt
pip install -e .
- name: Install JupyterHub chart for main tests
Expand Down

0 comments on commit 4957764

Please sign in to comment.