Skip to content

Commit

Permalink
finally! The day has come when I can run workflows without Janosh loo…
Browse files Browse the repository at this point in the history
…king at every silly mistake I made
  • Loading branch information
DanielYang59 committed Sep 12, 2024
1 parent b1081e2 commit b22aa5a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,9 @@ jobs:
cache: pip
cache-dependency-path: pyproject.toml

- name: Install uv
run: pip install uv

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

0 comments on commit b22aa5a

Please sign in to comment.