diff --git a/.github/workflows/action_python.yaml b/.github/workflows/action_python.yaml index 73bdb81d..6a2fd559 100644 --- a/.github/workflows/action_python.yaml +++ b/.github/workflows/action_python.yaml @@ -30,7 +30,7 @@ jobs: with: enable-cache: true - name: Set up Python - run: uv python install + run: uv python install 3.11 - name: Install the project run: uv sync --all-extras --dev - name: Test with pytest