Skip to content

Commit b29dbea

Browse files
author
Elliot Kim
committed
fix python throughput test
1 parent 9ed9bdc commit b29dbea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test-vine-task-throughput.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
. ./install-conda-devel.sh
55

66
# Install conda development environment
7-
source ./install-github.sh
8-
9-
conda create -yq --prefix ${CONDA_ENV} -c conda-forge --strict-channel-priority ndcctools dask
10-
conda activate ${CONDA_ENV}
7+
. ./install-github.sh
118

129
# Run the test case.
1310
python3 test-vine-task-throughput.py

0 commit comments

Comments
 (0)