Skip to content

Commit

Permalink
CI: Install Mesa with uv again on Python 3.13 (#2305)
Browse files Browse the repository at this point in the history
There are now Python 3.13 wheels available for Pandas, making a fast install with uv again possible.
  • Loading branch information
EwoutH committed Sep 20, 2024
1 parent 655e221 commit 7d4a4af
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,8 @@ jobs:
cache: 'pip'
- name: Install uv
run: pip install uv
- name: Install Mesa with uv pip
- name: Install Mesa and dependencies
run: uv pip install --system .[dev]
if: matrix.python-version != '3.13'
- name: Install Mesa with pip
run: pip install .[dev]
if: matrix.python-version == '3.13'
- name: Test with pytest
run: pytest --durations=10 --cov=mesa tests/ --cov-report=xml
- if: matrix.os == 'ubuntu'
Expand Down

0 comments on commit 7d4a4af

Please sign in to comment.