Skip to content

Commit bfd4392

Browse files
Use Node.js 24, remove defaults channel
1 parent 2898e64 commit bfd4392

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
build-docs:
2525
if: github.repository == 'oleksandr-pavlyk/nvbench'
2626
runs-on: ubuntu-latest
27+
strategy:
28+
matrix:
29+
node-version: [24.x] # Specify Node.js 24
2730
steps:
2831
- name: Checkout
2932
uses: actions/checkout@v4
@@ -33,7 +36,8 @@ jobs:
3336
with:
3437
miniforge-version: "latest"
3538
channels: conda-forge
36-
auto-activate-base: false
39+
conda-remove-defaults: true
40+
auto-activate: false
3741

3842
- name: Create docs environment
3943
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)