diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4aa8fb..0d074c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: python3.12 -m venv .venv source .venv/bin/activate python3.12 -m pip install --upgrade pip - pip install pytest + python3.12 -m pip install pytest - name: Test with pytest run: | python3.12 -m pytest