Skip to content

Commit

Permalink
Updating CI to use new runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Demoret committed Jan 31, 2023
1 parent ceded09 commit 04f3a79
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 @@ -33,8 +33,8 @@ jobs:
with:
run_check: ${{ startsWith(github.ref_name, 'pull-request/') }}
run_package_conda: ${{ !startsWith(github.ref_name, 'pull-request/') }}
container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-driver-221130
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-base-221130
container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-driver-230131
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-test-230131
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CONDA_TOKEN: ${{ secrets.CONDA_TOKEN }}
Expand Down

0 comments on commit 04f3a79

Please sign in to comment.