From 63422389c707399911df37e52aaad226556cf4ce Mon Sep 17 00:00:00 2001 From: peastman Date: Thu, 16 May 2024 17:17:34 -0700 Subject: [PATCH] Debugging --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b6a89b8..31c5e89 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -72,7 +72,7 @@ jobs: with: tokenPrefix: '@' tokenSuffix: '@' - files: devtools/conda-envs/build-${{ matrix.os }}${{ cuda-packages }}.yml + files: devtools/conda-envs/build-${{ matrix.os }}.yml env: CUDATOOLKIT_VERSION: ${{ matrix.cuda-version }} GCC_VERSION: ${{ matrix.gcc-version }} @@ -83,7 +83,7 @@ jobs: name: "Install dependencies with Mamba" with: activate-environment: build - environment-file: devtools/conda-envs/build-${{ matrix.os }}${{ cuda-packages }}.yml + environment-file: devtools/conda-envs/build-${{ matrix.os }}.yml miniforge-variant: Mambaforge python-version: ${{ matrix.python-version }} env: