From e73d719b21748d4d56ff2a03039eefb39b300a49 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Sat, 10 Feb 2024 11:03:37 +0100 Subject: [PATCH] Update fastembed.yml --- .github/workflows/fastembed.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fastembed.yml b/.github/workflows/fastembed.yml index 802d2f754..fe736029a 100644 --- a/.github/workflows/fastembed.yml +++ b/.github/workflows/fastembed.yml @@ -37,10 +37,9 @@ jobs: if: matrix.python-version == '3.9' run: hatch run lint:all -# TODO: Add docs config and uncomment the following section - - name: Generate docs - if: matrix.python-version == '3.9' && runner.os == 'Linux' - run: hatch run docs + - name: Generate docs + if: matrix.python-version == '3.9' && runner.os == 'Linux' + run: hatch run docs - name: Run tests run: hatch run cov