Skip to content

Commit

Permalink
no deps
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Apr 3, 2024
1 parent 55b1a2d commit 8373f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
run: |
set -eux
python -m pip install -r dev-requirements.txt
python -m pip install git+https://github.com/jupyterhub/[email protected] --no-deps
python -m pip install tljh_repo2docker*.whl
npm -g install configurable-http-proxy
Expand Down Expand Up @@ -127,6 +128,7 @@ jobs:
run: |
set -eux
python -m pip install -r dev-requirements.txt
python -m pip install git+https://github.com/jupyterhub/[email protected] --no-deps
python -m pip install tljh_repo2docker*.whl
npm -g install configurable-http-proxy
Expand Down
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
git+https://github.com/jupyterhub/[email protected]
jupyterhub>=4,<5
pytest
pytest-aiohttp
Expand Down

0 comments on commit 8373f86

Please sign in to comment.