Skip to content

Commit

Permalink
Use test_python changed files list for Python tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 31, 2025
1 parent 1be7de5 commit ea31cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
needs: [conda-python-build, changed-files]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.02
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
build_type: pull-request
conda-notebook-tests:
Expand Down

0 comments on commit ea31cf3

Please sign in to comment.