diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a777388..9cf97d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: python-version: "3.11" architecture: "x64" - run: pip3 install hatch - - run: hatch run tests.py{{ python-version }}-2.9:static-check + - run: hatch run tests.py${{ python-version }}-2.9:static-check Run-Unit-Tests: runs-on: ubuntu-latest