Skip to content

Commit

Permalink
Add setuptools to installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chpolste committed Dec 27, 2023
1 parent 0527681 commit 4e79ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
python-version: "3.x"
- name: Dependencies
run: pip install sphinx numpy scipy xarray cffi
run: pip install sphinx numpy scipy xarray cffi setuptools
- name: Sphinx
run: make docs
- name: Disable Jekyll
Expand Down

0 comments on commit 4e79ec2

Please sign in to comment.