From ce547915db7c48a990f0d963a29d5d119dd19349 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 15 Aug 2024 16:49:19 -0500 Subject: [PATCH] Removing OpenMC install --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7d5c3d..d93f948 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,16 +23,10 @@ jobs: environment-file: .github/environment.yml init-shell: bash - - name: Install OpenMC - run: | - micromamba activate test-env - micromamba install -c conda_forge openmc==0.15.0 - - name: Clone OpenMC run: | git clone https://github.com/openmc-dev/openmc --branch v0.15.0 $HOME - - name: Test examples run: | micromamba activate test-env