Skip to content

Commit

Permalink
CI format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise authored Aug 15, 2024
1 parent 00499d3 commit 631638c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: mamba-org/setup-micromamba@v1
with:
environment-file: .github/environment.yml
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'all'
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: .github/environment.yml
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'all'

- name: Install OpenMC
shell: bash
Expand All @@ -40,4 +40,4 @@ jobs:
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
uses: mxschmitt/action-tmate@v3

0 comments on commit 631638c

Please sign in to comment.