From eef31458ae51c3c75fb3d65110c0fc79de2a023d Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Tue, 28 Jun 2022 14:59:40 +0100 Subject: [PATCH] added openmc to ci --- .github/workflows/ci_with_install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_with_install.yml b/.github/workflows/ci_with_install.yml index fef270e..2083bdf 100644 --- a/.github/workflows/ci_with_install.yml +++ b/.github/workflows/ci_with_install.yml @@ -22,7 +22,8 @@ jobs: - name: install package run: | - conda install -c conda-forge moab + conda install -c conda-forge -y mamba + mamba install -c conda-forge -y "openmc=0.13.0=dagmc*nompi*" pip install . python -c "import vertices_to_h5m"