From 6ce4216e1c2d34d3b4cebe5b388561f63d7659d7 Mon Sep 17 00:00:00 2001 From: staticdev Date: Thu, 25 Apr 2024 20:18:13 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dd44367..3562cf4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: - name: Install Hatch run: | - pipx install --pip-args=--constraint=.github/workflows/hatch-constraints.txt hatch + pipx install --pip-args=--constraint=./.github/workflows/hatch-constraints.txt hatch hatch --version - name: Compute pre-commit cache key