Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khushaljethava committed Dec 27, 2024
1 parent 6fdbd21 commit c728af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ twine
click
pytest
pytest-runner

ipykernel
livereload
nbconvert
Expand Down

0 comments on commit c728af3

Please sign in to comment.