We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed9bdc commit b29dbeaCopy full SHA for b29dbea
test-vine-task-throughput.sh
@@ -4,10 +4,7 @@
4
. ./install-conda-devel.sh
5
6
# 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}
+. ./install-github.sh
11
12
# Run the test case.
13
python3 test-vine-task-throughput.py
0 commit comments