Skip to content

Commit

Permalink
wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Feb 19, 2025
1 parent 1b63cbf commit cc1a43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ jobs:
conda-python-build:
needs: conda-cpp-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@no-certs
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@github-token-attr-split
with:
build_type: pull-request
# conda-python-tests:
# needs: [conda-python-build, changed-files]
# secrets: inherit
# uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@no-certs
# uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@github-token-attr-split
# if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
# with:
# build_type: pull-request
Expand Down

0 comments on commit cc1a43a

Please sign in to comment.