Skip to content

Commit

Permalink
I don't think we need to manually install build deps, hoping I'm not …
Browse files Browse the repository at this point in the history
…wrong
  • Loading branch information
DanielYang59 committed Sep 11, 2024
1 parent e4ceb6a commit 0cd32ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ jobs:

- name: Install dependencies
run: |
uv pip install cython 'setuptools<70' --system
python setup.py build_ext --inplace
uv pip install -e .[test,logging] --system --resolution=${{ matrix.version.resolution }}
uv pip install -e .[test,logging] --resolution=${{ matrix.version.resolution }}
- name: Run Tests
run: pytest --capture=no --cov --cov-report=xml
Expand Down

0 comments on commit 0cd32ea

Please sign in to comment.