diff --git a/.github/workflows/profiling.yaml b/.github/workflows/profiling.yaml index a6214ebff..dfba89270 100644 --- a/.github/workflows/profiling.yaml +++ b/.github/workflows/profiling.yaml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.10' - name: Install Poetry uses: snok/install-poetry@v1.3.2