From dbd572282c6abea9603bb6d6d7f3071eec299a53 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 12 Jun 2024 09:12:48 -0700 Subject: [PATCH] fix keys --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 99f55db9..236b7203 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,8 +4,9 @@ build: os: "ubuntu-22.04" tools: python: "mambaforge-22.9" - post_create_environment: - - pip install -C rapidsai.disable-cuda=true -C rapidsai.matrix-entry="cuda-12.2" . + jobs: + post_create_environment: + - pip install -C rapidsai.disable-cuda=true -C rapidsai.matrix-entry="cuda-12.2" . conda: environment: conda/environments/builddocs.yml