diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 901b0f6..54fc02e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -31,7 +31,6 @@ jobs: - name: Install dependencies run: | pipx install hatch - pipx inject hatch click==8.2.1 --force hatch run locales - name: Test with pytest