Skip to content

Commit

Permalink
- documentation generation issue fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Dec 26, 2024
1 parent d2af6d4 commit 1f0edb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generateDocumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
nim-version: '2.0.2'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: nimble refresh
- run: nimble install
- run: nimble install arraymancer@0.7.30
- run: nimble install nimcuda@0.1.9
- name: Install dependencies
run: |
nimble install nimcuda@0.1.9
nimble install arraymancer@0.7.30
- name: Build documentation
run: |
cd docs
Expand Down

0 comments on commit 1f0edb2

Please sign in to comment.