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