File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,14 @@ jobs:
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19-
20- - name : Setup Miniconda
21- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
2219 with :
23- conda-remove-defaults : " true"
24- miniforge-version : latest
25- use-mamba : true
26-
27- - name : Install repo2docker
28- run : mamba install jupyter-repo2docker
20+ persist-credentials : false
2921
30- - name : Show installed packages
31- run : mamba list
22+ - name : Set up Python and install repo2docker
23+ 24+ with :
25+ python-version : " 3.13"
26+ pip-install : jupyter-repo2docker
3227
3328 - name : Run repo2docker
3429 run : jupyter-repo2docker --no-run --ref ${{ github.event.pull_request.head.sha }} https://github.com/${{ github.event.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments