Skip to content

Commit

Permalink
Adds workaround to PR workflow to force an upgrade of pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Nov 16, 2023
1 parent f7d4e02 commit c609d57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,7 @@ jobs:
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
build_command: |
sccache -z;
python -m pip install -U pip;
rapids-make-${PYTHON_PACKAGE_MANAGER}-env || true;
build-all --verbose -j$(nproc --ignore=1);
sccache -s;

0 comments on commit c609d57

Please sign in to comment.