Skip to content

Commit f0f10a3

Browse files
committed
Adding scipy to python latest test
1 parent eac3075 commit f0f10a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
command: |
2424
source ~/miniconda/bin/activate root
2525
conda build --no-test ./conf
26-
conda create --name mpi4py_fft_env mpi4py_fft_test coverage --use-local
26+
conda create --name mpi4py_fft_env mpi4py_fft_test coverage scipy --use-local
2727
conda activate mpi4py_fft_env
2828
cd tests && ./runtests.sh
2929

bitbucket-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ pipelines:
1111
script:
1212
- conda config --set always_yes yes
1313
- conda config --add channels conda-forge
14+
- conda config --add channels spectralDNS
1415
- conda install -n root conda-build
1516
- conda build conf/

0 commit comments

Comments
 (0)