You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix failed docker CI using more reasoning grep regex to parse python version (aiidateam#6581)
The grep command failed that extracts the python version from mamba list failed because an indentation was added.
See the python string in the output of `mamba list`:
```
List of packages in environment: "/opt/conda"
Name Version Build Channel
────────────────────────────────────────────────────
python 3.10.13 hd12c33a_1_cpython conda-forge
```
0 commit comments