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