Skip to content

Commit 0893e3b

Browse files
Remove defaults channel
1 parent 29b9d32 commit 0893e3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-docs-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
with:
3434
miniforge-version: "latest"
3535
channels: conda-forge
36-
auto-activate-base: false
36+
conda-remove-defaults: true
37+
auto-activate: false
3738

3839
- name: Create docs environment
3940
run: conda create -n nvbench-docs --yes python pip doxygen cuda-nvcc_linux-64 gcc_linux-64 gxx_linux-64 cuda-nvml-dev cuda-profiler-api cmake ninja

0 commit comments

Comments
 (0)