From a2052feb8b7401619c497e575af6716e37134ed2 Mon Sep 17 00:00:00 2001 From: Radu Suciu Date: Tue, 27 Feb 2024 21:45:26 +0000 Subject: [PATCH] fix: spelling mcsteak --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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