From 5b85826d9ff008ab0f6d33baca5934bcb24df2d7 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 15 Aug 2024 14:22:44 -0500 Subject: [PATCH] Little tiny mamba --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdbd666..a9c0b51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Install OpenMC shell: bash run: | - mamba install -c conda_forge openmc==0.15.0 + micromamba install -c conda_forge openmc==0.15.0 - name: Clone OpenMC run: |