Skip to content

Commit 9032292

Browse files
committed
Disable test of conda for podman
1 parent f010e36 commit 9032292

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,12 @@ jobs:
8484
python_version: "3.13"
8585
container_cli: podman
8686
repo_type: base
87-
- ubuntu_version: "24.04"
88-
python_version: "3.13"
89-
container_cli: podman
90-
repo_type: conda
87+
# We are observing "no space left on device" on GitHub Actions,
88+
# https://github.com/jupyterhub/repo2docker/pull/1471#issuecomment-3744990787
89+
# - ubuntu_version: "24.04"
90+
# python_version: "3.13"
91+
# container_cli: podman
92+
# repo_type: conda
9193
- ubuntu_version: "24.04"
9294
python_version: "3.13"
9395
container_cli: podman

0 commit comments

Comments
 (0)