From 2d4becb1f7890c792a21fa4c39732dfa1bb30e81 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Mon, 10 Jun 2024 16:20:03 +0200 Subject: [PATCH] CI: Use official GitHub action for Hatch --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 95537b0f..63697089 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -36,6 +36,6 @@ jobs: python-version: ${{ matrix.python-version }} cache: pip - name: Install Hatch - run: pipx install hatch + uses: pypa/hatch@install - name: Run tests run: hatch run +py=${{ matrix.python-version }} cov