Skip to content

Commit

Permalink
updates to micromamba-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansw1 committed Oct 17, 2024
1 parent a887461 commit 478f9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ jobs:
formatting_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up conda
uses: mamba-org/setup-micromamba@v1

- name: Install dependencies and check formatting
shell: bash -el {0}
shell: micromamba-shell {0}
run:
mamba install --quiet --yes --file requirements.txt black &&
black --version &&
Expand Down

0 comments on commit 478f9ff

Please sign in to comment.