Skip to content

Commit

Permalink
Update make_documentation.yml
Browse files Browse the repository at this point in the history
Add setuptools to workflow action
  • Loading branch information
kuberry authored Dec 5, 2024
1 parent d0c418d commit 4d90499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m pip install --upgrade pip
pip install numpy
pip install setuptools numpy
pip install sphinx
pip install sphinx_rtd_theme
echo $'Compadre_USE_MPI:BOOL=OFF\nCompadre_EXAMPLES:BOOL=OFF\nCompadre_TESTS:BOOL=OFF' > cmake_opts.txt
Expand Down

0 comments on commit 4d90499

Please sign in to comment.