Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward-merge branch-23.08 to branch-23.10 #508

Merged
merged 2 commits into from
Jul 25, 2023
Merged

Commits on Jul 25, 2023

  1. Switch to new wheels pipeline (#506)

    Authors:
      - Divye Gala (https://github.com/divyegala)
    
    Approvers:
      - Vyas Ramasubramani (https://github.com/vyasr)
      - AJ Schmidt (https://github.com/ajschmidt8)
    
    URL: #506
    divyegala authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e6c70b4 View commit details
    Browse the repository at this point in the history
  2. Fix nightly wheel testing workflow. (#507)

    This PR fixes the nightly wheel testing workflow. It looks like this was copied straight from `pr.yaml` rather than adapted for nightly testing.
    
    ```
    Invalid workflow file: .github/workflows/test.yaml#L26
    The workflow is not valid. .github/workflows/test.yaml (Line: 26, Col: 12): Job 'wheel-tests' depends on unknown job 'wheel-build'.
    ```
    
    https://github.com/rapidsai/cuxfilter/actions/runs/5653917680
    
    Authors:
      - Bradley Dice (https://github.com/bdice)
      - Vyas Ramasubramani (https://github.com/vyasr)
    
    Approvers:
      - Ajay Thorve (https://github.com/AjayThorve)
      - Vyas Ramasubramani (https://github.com/vyasr)
      - Ray Douglass (https://github.com/raydouglass)
    
    URL: #507
    bdice authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e6eb47e View commit details
    Browse the repository at this point in the history