Skip to content

Commit eb8eed9

Browse files
committed
Activate Base
1 parent 961daff commit eb8eed9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/conda.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ jobs:
3232
ccache-conda-linux-
3333
- name: build WarpX
3434
run: |
35+
source activate base
3536
cmake -S . -B build \
3637
-DCMAKE_VERBOSE_MAKEFILE=ON \
3738
-DWarpX_EB=ON \
3839
-DWarpX_LIB=ON \
3940
-DWarpX_QED=ON \
4041
-DWarpX_openpmd_internal=OFF
41-
cmake --build build -j 2
42+
cmake --build build -j 3
4243
4344
./build/bin/warpx Examples/Physics_applications/laser_acceleration/inputs_3d
4445

.github/workflows/dependencies/conda.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77

88
set -eu -o pipefail
99

10-
conda update -n base conda
11-
conda install -n base conda-libmamba-solver
10+
conda init bash
11+
12+
conda update -y -n base conda
13+
conda install -y -n base conda-libmamba-solver
1214
conda config --set solver libmamba
1315

14-
conda install -c conda-forge blaspp ccache cmake compilers git lapackpp "openpmd-api=*=mpi_mpich*" python mpi4py numpy pandas scipy yt "fftw=*=mpi_mpich*" pkg-config setuptools matplotlib mpich pip virtualenv wheel
16+
conda install -y -c conda-forge blaspp ccache cmake compilers git lapackpp "openpmd-api=*=mpi_mpich*" python mpi4py numpy pandas scipy yt "fftw=*=mpi_mpich*" pkg-config setuptools matplotlib mpich pip virtualenv wheel

0 commit comments

Comments
 (0)