We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd43d52 commit 2fc9b5eCopy full SHA for 2fc9b5e
.github/workflows/workflow.yml
@@ -43,6 +43,9 @@ jobs:
43
- name: Install dependencies
44
run: |
45
python -mpip install -r dev-requirements.txt
46
+ - name: Install https://github.com/jupyterhub/repo2docker/pull/1371
47
+ run: |
48
+ python -mpip install git+https://github.com/manics/repo2docker@tarfile-not-recursive
49
- name: Install repo2shellscript
50
run: python -mpip install .
51
- name: Download packer
0 commit comments