From 39a76e89e17662d2d4af0486393f092f22a9dbe7 Mon Sep 17 00:00:00 2001 From: SevgiAkten Date: Mon, 16 Dec 2024 16:37:30 +0300 Subject: [PATCH] edit .yml file --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index cd626ff..c9176ac 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt + pip install . - name: Build Docs run: |