Skip to content

Commit

Permalink
remove action checks for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
biplovbhandari committed Jul 5, 2024
1 parent 0e005e7 commit c8c5d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
python -m pip install --upgrade pip
pip install --user --no-cache-dir Cython
pip install --user -r requirements.txt
- name: PKG-TEST
run: |
python -m unittest discover tests/
# - name: PKG-TEST
# run: |
# python -m unittest discover tests/
- run: python -m pip install --upgrade pip
- run: pip install mkdocs-material mkdocstrings mkdocstrings-python-legacy mkdocs-git-revision-date-plugin mkdocs-jupyter mkdocs-bibtex mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force
3 changes: 0 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,4 @@ jobs:
run: |
pip install --user -r requirements.txt
pip install .
- name: PKG-TEST
run: |
python -m unittest discover tests/

0 comments on commit c8c5d98

Please sign in to comment.