Skip to content

Commit

Permalink
fix: remove uv for Python 3.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Dec 20, 2024
1 parent 1baa5e0 commit 9f09c6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install uv
uv pip install .[dev] cython coveralls coverage --system
pip install .[dev] cython coveralls coverage --system
- name: Test with pytest
run: |
. ci/run_tests.sh
Expand Down

0 comments on commit 9f09c6b

Please sign in to comment.