Skip to content

Commit

Permalink
chore(ci): Adopt uv
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Feb 18, 2024
1 parent 96b078c commit 47570ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Install dependencies
run: |
docker pull redis:7-alpine
python -m pip install -U pip setuptools
python -m pip install -U -e '.[test]'
python -m pip install -U pip setuptools uv
python -m uv pip install -U -e '.[test]'
- name: Build the proxy
run: |
cd src/qedis-proxy
Expand Down Expand Up @@ -74,8 +74,8 @@ jobs:
setup.cfg
- name: Install dependencies
run: |
python -m pip install -U pip setuptools
pip install -U -e '.[build]'
python -m pip install -U pip setuptools uv
python -m uv pip install -U -e '.[build]'
- name: Build sdist and wheel
run: |
python -m build -s -w
Expand Down

0 comments on commit 47570ce

Please sign in to comment.