Skip to content

Commit ebc72c7

Browse files
Chown conda files when installing with workbench-tools (#245)
* Chown conda files when installing with workbench-tools * Maximize build space for parabricks apps
1 parent efa4b88 commit ebc72c7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test-pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ jobs:
6464
- 'src/nemo_jupyter/**'
6565
workbench-jupyter-parabricks:
6666
user: jupyter
67+
maximize_build_space: true
6768
workbench_tools: true
6869
workbench-jupyter-parabricks-aou:
6970
user: jupyter
71+
maximize_build_space: true
7072
workbench_tools: true
7173
filters:
7274
- 'src/aou-common/**'

features/src/workbench-tools/install-conda.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ CONDA_SCRIPT="${CONDA_DIR}/etc/profile.d/conda.sh"
4646
# shellcheck source=/dev/null
4747
source "${CONDA_SCRIPT}"
4848
conda config --set env_prompt '({name})'
49+
chown -R "${USERNAME}:" "${USER_HOME_DIR}/.conda" || true
50+
chown "${USERNAME}:" "${USER_HOME_DIR}/.condarc" || true
4951

5052
echo "source ${CONDA_SCRIPT}" >> "${USER_HOME_DIR}/.bashrc"
5153
chown -R "${USERNAME}:" "${USER_HOME_DIR}/.bashrc"

0 commit comments

Comments
 (0)