From 985bb94c6d55880a3d96a2e117e01d430693efbb Mon Sep 17 00:00:00 2001 From: kamal-skyflow <134511991+kamal-skyflow@users.noreply.github.com> Date: Wed, 27 Dec 2023 09:33:22 +0530 Subject: [PATCH] DEX-453 Updated update-refs-in-docs.yml --- .github/workflows/update-refs-in-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-refs-in-docs.yml b/.github/workflows/update-refs-in-docs.yml index edfd07a..d9fefa7 100644 --- a/.github/workflows/update-refs-in-docs.yml +++ b/.github/workflows/update-refs-in-docs.yml @@ -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: | @@ -84,4 +85,4 @@ jobs: else echo "No changes to commit. Skipping push files and raise a PR." exit 0 - fi \ No newline at end of file + fi