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 1f0edb2 commit ee52268
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generateDocumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: |
nimble install nimcuda@0.1.9
nimble install arraymancer@0.7.30
nimble refresh
nimble install -y nimcuda@0.1.9
nimble install -y arraymancer@0.7.30
nimble install -y nimpy
- name: Build documentation
run: |
cd docs
Expand Down

0 comments on commit ee52268

Please sign in to comment.