We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f010e36 commit 9032292Copy full SHA for 9032292
.github/workflows/test.yml
@@ -84,10 +84,12 @@ jobs:
84
python_version: "3.13"
85
container_cli: podman
86
repo_type: base
87
- - ubuntu_version: "24.04"
88
- python_version: "3.13"
89
- container_cli: podman
90
- repo_type: conda
+ # We are observing "no space left on device" on GitHub Actions,
+ # https://github.com/jupyterhub/repo2docker/pull/1471#issuecomment-3744990787
+ # - ubuntu_version: "24.04"
+ # python_version: "3.13"
91
+ # container_cli: podman
92
+ # repo_type: conda
93
- ubuntu_version: "24.04"
94
95
0 commit comments