Skip to content

Commit

Permalink
Downgrade python versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 17, 2024
1 parent ea840a5 commit e1ac993
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e1ac993

Please sign in to comment.