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 976e315
Show file tree
Hide file tree
Showing 2 changed files with 3 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
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
git+https://github.com/jupyterhub/[email protected]
jupyterhub>=4,<5
pytest
pytest-aiohttp
pytest-asyncio
pytest-cov
pytest-jupyterhub
requests-mock
pytest-tornasync

0 comments on commit 976e315

Please sign in to comment.