From cb5705422eb06f07edb02f31baa8120c0f489a20 Mon Sep 17 00:00:00 2001 From: brandon-b-miller Date: Mon, 6 Nov 2023 08:14:13 -0800 Subject: [PATCH] missed endquote --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 6b9899da..1e09bbf7 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -29,7 +29,7 @@ jobs: python-version: ["3.10", "3.11", "3.12"] container: # Use CentOS 7 for an old glibc version, so the wheel has broad manylinux compatibility. - image: "rapidsai/ci-conda:cuda12.0.1-centos7-py3.10 + image: "rapidsai/ci-conda:cuda12.0.1-centos7-py3.10" steps: - name: Checkout code uses: actions/checkout@v3