Skip to content

Commit

Permalink
Update conda env name
Browse files Browse the repository at this point in the history
  • Loading branch information
jclay committed Jul 27, 2020
1 parent f7eb349 commit 73a774b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pipeline {
$testscript_container_image \
bash -c '\
PYTHON=3.6 ./ci/install-test-deps-conda.sh && \
source activate /conda/envs/omnisci-dev && \
source activate /conda/envs/omnisci-gpu-dev && \
pytest tests'
docker rm -f $testscript_container_name || true
Expand Down Expand Up @@ -203,7 +203,7 @@ pipeline {
$testscript_container_image \
bash -c '\
PYTHON=3.7 ./ci/install-test-deps-conda.sh && \
source activate /conda/envs/omnisci-dev && \
source activate /conda/envs/omnisci-gpu-dev && \
pytest tests'
docker rm -f $testscript_container_name || true
Expand Down
2 changes: 1 addition & 1 deletion ci/install-test-deps-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ conda env create -f /tmp/environment_gpu_${PYTHON}.yml
conda activate omnisci-gpu-dev

pip install -e .
conda list omnisci-dev
conda list omnisci-gpu-dev
echo
exit 0

0 comments on commit 73a774b

Please sign in to comment.