Skip to content

Commit

Permalink
edit yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Aug 13, 2024
1 parent a6d6c70 commit 978b8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Generate HTML Documentation
run: |
cd src
mkdir -p docs
python3 -m pydoc -w optimizer
mv optimizer.html docs/index.html
Expand Down

1 comment on commit 978b8b3

@jbytecode
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This build fails with an error

problem in optimizer - ModuleNotFoundError: No module named 'numpy'

in Github CI.

Screenshot from 2024-08-13 15-34-09

Please sign in to comment.