Skip to content

Commit b5e1275

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
@@ -45,6 +45,9 @@ jobs:
4545
python -mpip install -r dev-requirements.txt
4646
- name: Install repo2shellscript
4747
run: python -mpip install .
48+
- name: Install https://github.com/jupyterhub/repo2docker/pull/1371
49+
run: |
50+
python -mpip install git+https://github.com/manics/repo2docker@tarfile-not-recursive
4851
- name: Download packer
4952
if: steps.cachepacker.outputs.cache-hit != 'true'
5053
run: |

0 commit comments

Comments
 (0)