From c728af3dccd3f0fdc708921d7aadcf2fad033baf Mon Sep 17 00:00:00 2001 From: Khushal Jethava Date: Fri, 27 Dec 2024 16:18:56 +0530 Subject: [PATCH] some fix --- .github/workflows/docs.yml | 5 +++-- requirements_dev.txt | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b813f87..0ec5ac2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,12 +15,13 @@ jobs: with: python-version: "3.10" - - name: Install dependencies + - name: Install dependencies Docs run: | python -m pip install --upgrade pip pip install --user --no-cache-dir Cython pip install --user -r requirements.txt -r requirements_dev.txt - pip install . + python setup.py install + - name: Discover typos with codespell run: | codespell --skip="*.csv,*.geojson,*.json,*.js,*.html,*cff,./.git" --ignore-words-list="aci,hist" diff --git a/requirements_dev.txt b/requirements_dev.txt index 16d7093..2b5231e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,6 @@ twine click pytest pytest-runner - ipykernel livereload nbconvert