Skip to content

Commit

Permalink
Fix @@ typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 16, 2024
1 parent 821b333 commit e6c46c2
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 @@ -15,7 +15,7 @@ jobs:
- build
- test-conda-nightly-env
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@@python-3.12
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@python-3.12
build:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@python-3.12
Expand All @@ -24,7 +24,7 @@ jobs:
test-conda-nightly-env:
secrets: inherit
# We use a build workflow so that we get CPU jobs and high matrix coverage
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@@python-3.12
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@python-3.12
with:
build_type: pull-request
script: "ci/test_conda_nightly_env.sh"

0 comments on commit e6c46c2

Please sign in to comment.