Skip to content

Commit

Permalink
Install hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jan 6, 2025
1 parent 6bdecdc commit d46651a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
python-version: "3.12"
architecture: "x64"

- name: Install packages and dependencies
run: pip install hatch

- name:
run: |
if [[ $GITHUB_EVENT_NAME == "release" && $GITHUB_EVENT_ACTION == "published" ]]; then
Expand Down

0 comments on commit d46651a

Please sign in to comment.