Skip to content

Commit 7053634

Browse files
committed
Install repo2docker using pip
instead of conda/mamba. Should pull in jupyter-repo2docker 2025.12.0 instead of 2025.8.0
1 parent 0cd9194 commit 7053634

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/repo2docker.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff 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+
uses: actions/[email protected]
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 }}

0 commit comments

Comments
 (0)