From e1ac99379d52d8dc3bac37fcde2decdead6e5433 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Sun, 17 Nov 2024 20:35:49 +0000 Subject: [PATCH] Downgrade python versions in CI --- .github/workflows/ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c6e80d..bdb1410 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,11 +53,6 @@ jobs: - name: Install package run: uv pip install --system ${{ matrix.editable_install_option }} .[testing] - - name: Install python dependencies - run: | - pip install --upgrade pip - pip install ${{ matrix.editable_install_option }} .[testing] - - name: Run test suite env: # show timings of tests @@ -74,7 +69,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.7 - name: Set up uv uses: astral-sh/setup-uv@v3 @@ -95,7 +90,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.10 - name: Set up uv uses: astral-sh/setup-uv@v3