Skip to content

Commit

Permalink
Update env name
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Aug 21, 2024
1 parent e3b9b9b commit dd7fd19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-name: fetch-env
environment-name: codespell-env
create-args: >-
python
- name: Install Codespell
run: pip install codespell==1.10.0
run: pip install codespell

- name: Run codespell
run: |
Expand Down

0 comments on commit dd7fd19

Please sign in to comment.