diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1014f6b..c3d01d0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,7 +31,7 @@ jobs: cache: true - name: Install dependencies run: | - pythom -m venv ${{ env.VIRTUAL_ENV }} + python -m venv ${{ env.VIRTUAL_ENV }} pdm sync --verbose --dev - name: Run tests run: python -m pytest