Skip to content

Commit 2fc9b5e

Browse files
committed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Install dependencies
4444
run: |
4545
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
4649
- name: Install repo2shellscript
4750
run: python -mpip install .
4851
- name: Download packer

0 commit comments

Comments
 (0)