Skip to content

Commit

Permalink
remove unneeded tests on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Nov 22, 2024
1 parent 1e01d1f commit d612132
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
pip install .
# - name: Discover typos with codespell
# run: codespell --skip="*.csv,*.geojson,*.json,*.js,*.html,*cff,*.pdf,./.git" --ignore-words-list="aci,acount,hist"
- name: PKG-TEST
run: |
python -m unittest discover tests/
# - name: PKG-TEST
# run: |
# python -m unittest discover tests/
- name: Convert Jupyter notebook to markdown
run: |
jupyter nbconvert nbs/quickstart.ipynb --to markdown --output-dir docs/examples/
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --user --no-cache-dir Cython
pip install --user -r requirements_dev.txt
pip install .
# - name: Discover typos with codespell
# run: |
# codespell --skip="*.csv,*.geojson,*.json,*.js,*.html,*cff,./.git,*.py,*.ipynb" --ignore-words-list="aci,hist"
- name: PKG-TEST
run: |
python -m unittest discover tests/
# - name: PKG-TEST
# run: |
# python -m unittest discover tests/
- run: mkdocs gh-deploy --force

0 comments on commit d612132

Please sign in to comment.