We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2898e64 commit bfd4392Copy full SHA for bfd4392
.github/workflows/build-docs-linux.yml
@@ -24,6 +24,9 @@ jobs:
24
build-docs:
25
if: github.repository == 'oleksandr-pavlyk/nvbench'
26
runs-on: ubuntu-latest
27
+ strategy:
28
+ matrix:
29
+ node-version: [24.x] # Specify Node.js 24
30
steps:
31
- name: Checkout
32
uses: actions/checkout@v4
@@ -33,7 +36,8 @@ jobs:
33
36
with:
34
37
miniforge-version: "latest"
35
38
channels: conda-forge
- auto-activate-base: false
39
+ conda-remove-defaults: true
40
+ auto-activate: false
41
42
- name: Create docs environment
43
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