Skip to content

Commit

Permalink
New CI images with rapids 23.06 (#351)
Browse files Browse the repository at this point in the history
* No code changes other than updating the CI versions

fixes #350

Authors:
  - David Gardner (https://github.com/dagardner-nv)
  - Michael Demoret (https://github.com/mdemoret-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #351
  • Loading branch information
dagardner-nv authored Jul 11, 2023
1 parent 782a4f3 commit 544021f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
run_check: ${{ fromJSON(needs.prepare.outputs.is_pr) }}
run_package_conda: ${{ fromJSON(needs.prepare.outputs.is_main_branch) || fromJSON(needs.prepare.outputs.has_conda_build_label) }}
upload_conda_package: ${{ fromJSON(needs.prepare.outputs.is_main_branch) }}
container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-build-230412
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-test-230412
container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-build-230711
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-test-230711
pr_info: ${{ needs.prepare.outputs.pr_info }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 544021f

Please sign in to comment.