From 45d276810abc76d916dbab65016c5b97945e127e Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 15 Aug 2024 13:58:40 -0500 Subject: [PATCH] Correct CI file --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c994122..0e0e4cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,9 @@ jobs: - name: Conda uses: conda-incubator/setup-miniconda@v3 - with: - auto-activate-base: true - activate-environment: "" + with: + auto-activate-base: true + activate-environment: "" - name: Install OpenMC shell: bash