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 b5e1275Copy full SHA for b5e1275
.github/workflows/workflow.yml
@@ -45,6 +45,9 @@ jobs:
45
python -mpip install -r dev-requirements.txt
46
- name: Install repo2shellscript
47
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
51
- name: Download packer
52
if: steps.cachepacker.outputs.cache-hit != 'true'
53
run: |
0 commit comments