Skip to content

Commit

Permalink
Fixed yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mkranzlein committed Aug 20, 2023
1 parent 9d3a42f commit 0b4c9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

steps:
- name: Checkout
- uses: actions/checkout@v3
uses: actions/checkout@v3
- name: Set up environment
- uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.3.1-0'
environment-file: environment.yml
Expand Down

0 comments on commit 0b4c9ab

Please sign in to comment.