From 82c21d219615c392013e8ff571b3935ce6eede8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=A7=E5=9B=A7?= Date: Fri, 3 May 2024 04:33:57 +0800 Subject: [PATCH] Update gen-docs.yml (#3439) --- .github/workflows/gen-docs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/gen-docs.yml b/.github/workflows/gen-docs.yml index 6f8e35860c..4b51a4c278 100644 --- a/.github/workflows/gen-docs.yml +++ b/.github/workflows/gen-docs.yml @@ -106,9 +106,6 @@ jobs: - name: Install Doxygen run: brew install doxygen - - - name: Install NetworkX - run: pip3 install networkx - name: Generate C and C++ docs shell: bash