From e780f83134ed66c66b4d310909a072549fd7d492 Mon Sep 17 00:00:00 2001 From: Francesco Mattioli Date: Sat, 10 Aug 2024 13:28:52 +0200 Subject: [PATCH] added CI dependency --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b815fb610e..e67a640f2d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: python-version: "3.x" cache: "pip" # caching pip dependencies - name: Install Dependencies - run: pip install tqdm mkdocs-material "mkdocstrings[python]" mkdocs-jupyter mkdocs-redirects mkdocs-ultralytics-plugin mkdocs-macros-plugin + run: pip install tqdm mkdocs-material "mkdocstrings[python]" mkdocs-jupyter mkdocs-redirects mkdocs-ultralytics-plugin mkdocs-macros-plugin mkdocs-exclude - name: Update Docs Reference Section run: python docs/build_reference.py - name: Commit and Push Reference Section Changes