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 eac3075 commit f0f10a3Copy full SHA for f0f10a3
.circleci/config.yml
@@ -23,7 +23,7 @@ jobs:
23
command: |
24
source ~/miniconda/bin/activate root
25
conda build --no-test ./conf
26
- conda create --name mpi4py_fft_env mpi4py_fft_test coverage --use-local
+ conda create --name mpi4py_fft_env mpi4py_fft_test coverage scipy --use-local
27
conda activate mpi4py_fft_env
28
cd tests && ./runtests.sh
29
bitbucket-pipelines.yml
@@ -11,5 +11,6 @@ pipelines:
11
script:
12
- conda config --set always_yes yes
13
- conda config --add channels conda-forge
14
+ - conda config --add channels spectralDNS
15
- conda install -n root conda-build
16
- conda build conf/
0 commit comments