From e1e2147c483a4e1e70640e692d93dbcb03ca3374 Mon Sep 17 00:00:00 2001 From: Jay Qi Date: Sat, 10 Feb 2024 12:59:56 -0500 Subject: [PATCH] Install hatch-conda patch --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7e81d96f..e460d3a6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: @@ -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: