File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 3636 set -e
3737
3838 echo "::group::Installing dependencies"
39- pip install -U setuptools wheel
4039 pip install -r dev_requirements.txt
4140 pip uninstall -y redis # uninstall Redis package installed via redis-entraid
4241 pip install -e . # install the working copy
Original file line number Diff line number Diff line change 1818 uses : actions/setup-python@v5
1919 with :
2020 python-version : 3.9
21- - name : Install dev tools
22- run : |
23- pip install -r dev_requirements.txt
24- pip uninstall -y redis # uninstall Redis package installed via redis-entraid
25- pip install build twine wheel
21+ - run : pip install build twine
2622
2723 - name : Build package
2824 run : python -m build .
Original file line number Diff line number Diff line change @@ -15,6 +15,5 @@ pytest-timeout
1515ujson>=4.2.0
1616uvloop
1717vulture>=2.3.0
18- wheel>=0.30.0
1918numpy>=1.24.0
2019redis-entraid==0.3.0b1
You can’t perform that action at this time.
0 commit comments