Skip to content

Commit

Permalink
Install hatch-conda patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Feb 10, 2024
1 parent c9a6ce4 commit 1198e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install hatch
run: |
pipx install hatch
pipx inject hatch hatch-conda
pipx inject hatch git+https://github.com/jayqi/hatch-conda.git@27-fix-filenotfounderror-hatchling
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install hatch
run: |
pipx install hatch
pipx inject hatch hatch-conda
pipx inject hatch git+https://github.com/jayqi/hatch-conda.git@27-fix-filenotfounderror-hatchling
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 1198e29

Please sign in to comment.