Skip to content

Commit ce91291

Browse files
committed
fixes for topeft test
1 parent d1ef425 commit ce91291

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

install-topeft.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
# Installing fresh from conda is too slow, use micromamba instead.
66
curl -L micro.mamba.pm/install.sh >install-micromamba.sh
77
chmod 755 install-micromamba.sh
8-
bash ./install-micromamba.sh
98

10-
# Activate the shell hooks without starting a new shell.
119
export MAMBA_ROOT_PREFIX=$HOME/micromamba
10+
bash ./install-micromamba.sh < /dev/null
11+
12+
# Activate the shell hooks without starting a new shell.
1213
eval "$($HOME/.local/bin/micromamba shell hook --shell bash)"
1314

1415
# Activate the root environment

test-topeft.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
. install-topeft.sh
3+
. ./install-topeft.sh
44

55
cd topeft/analysis/topeft_run2
6+
mkdir -p /tmp/${USER}
67

78
echo "*** Starting a single WQ worker"
89
work_queue_worker -d all -o worker.log --single-shot -t 300 localhost 9123 &

0 commit comments

Comments
 (0)