Skip to content

Commit

Permalink
DEX-453 Updated update-refs-in-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-skyflow authored Dec 27, 2023
1 parent 4a2e815 commit 985bb94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-refs-in-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install docstring-parser
pip install aiohttp
- name: Generate Python SDK references
run: |
Expand Down Expand Up @@ -84,4 +85,4 @@ jobs:
else
echo "No changes to commit. Skipping push files and raise a PR."
exit 0
fi
fi

0 comments on commit 985bb94

Please sign in to comment.