diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8068f4ba10..6764c6f515 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,10 +49,10 @@ jobs: with: submodules: true - - name: Set up Python 3.10 + - name: Set up Python 3.8 uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.8' - name: Install dependencies run: |