Skip to content

Commit 4f889fb

Browse files
committed
- build documentation with an older version of arraymancer to resolve some compatibility issues related to CUDA (not used by nimplex)
1 parent e81a5b3 commit 4f889fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generateDocumentation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
run: sudo apt-get install -y libopenblas-dev libpcre3-dev
2525
- uses: jiro4989/setup-nim-action@v2
2626
with:
27-
nim-version: '2.0.x'
27+
nim-version: '2.0.2'
2828
repo-token: ${{ secrets.GITHUB_TOKEN }}
2929
- run: nimble refresh
3030
- run: nimble install
31+
- run: nimble install nimcuda@0.1.9 arraymancer@0.7.30
3132
- name: Build documentation
3233
run: |
3334
cd docs

0 commit comments

Comments
 (0)