Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed May 17, 2024
1 parent 6342238 commit ae97283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
tokenPrefix: '@'
tokenSuffix: '@'
files: devtools/conda-envs/build-${{ matrix.os }}.yml
files: devtools/conda-envs/build-${{ matrix.os }}${{ matrix.cuda-packages }}.yml
env:
CUDATOOLKIT_VERSION: ${{ matrix.cuda-version }}
GCC_VERSION: ${{ matrix.gcc-version }}
Expand All @@ -83,7 +83,7 @@ jobs:
name: "Install dependencies with Mamba"
with:
activate-environment: build
environment-file: devtools/conda-envs/build-${{ matrix.os }}.yml
environment-file: devtools/conda-envs/build-${{ matrix.os }}${{ matrix.cuda-packages }}.yml
miniforge-variant: Mambaforge
python-version: ${{ matrix.python-version }}
env:
Expand Down

0 comments on commit ae97283

Please sign in to comment.