Skip to content

Commit

Permalink
add build to installed packages in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
astanziola committed Dec 19, 2022
1 parent 64d6054 commit da5adb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r .requirements/requirements.txt
pip install -r .requirements/requirements-doc.txt
pip install hatch setuptools wheel twine
pip install hatch setuptools wheel twine build
pip install -e .
- name: Build documentation
run: mkdocs gh-deploy --force
Expand Down

0 comments on commit da5adb2

Please sign in to comment.