Skip to content

Commit

Permalink
FIX-modin-project#4385: Get rid from use-deprecated option in pip
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Prutskov <lehaprutskov@gmail.com>
  • Loading branch information
prutskov committed Apr 19, 2022
1 parent 4564d9e commit d2fc236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
python-version: ${{matrix.python-version}}
channel-priority: strict
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- run: pip install -r requirements-dev.txt --use-deprecated=legacy-resolver
- run: pip install -r requirements-dev.txt
# Use a ray master commit that includes the fix here: https://github.com/ray-project/ray/pull/16278
# Can be changed after a Ray version > 1.4 is released.
- run: pip install https://s3-us-west-2.amazonaws.com/ray-wheels/master/c8e3ed9eec30119092ef966ee7b8982c8954c333/ray-2.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl
Expand Down

0 comments on commit d2fc236

Please sign in to comment.