From c38275f44b5dfc9ffe9a30c9dca5f19081b51f15 Mon Sep 17 00:00:00 2001 From: zhong-al <74470739+zhong-al@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:17:49 -0400 Subject: [PATCH] Fix hatchling missing --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 784044f..7aa16ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,9 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install --upgrade pip + python -m pip install --upgrade pip setuptools wheel pip install -r requirements.txt + python -m pip install hatchling python -m pip install --no-build-isolation . - name: Running unit tests run: |