Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Feb 16, 2024
1 parent 260da88 commit 16bbc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Update environment
run: |
mamba env update -q -v -n numcosmo_developer -f devel_environment.yml
mamab install -q -v -n numcosmo_developer ${{ matrix.mpi }}
mamba install -q -v -n numcosmo_developer ${{ matrix.mpi }}
if: steps.cache.outputs.cache-hit != 'true'
- name: Setting up NumCosmo
run: |
Expand Down

0 comments on commit 16bbc7a

Please sign in to comment.