Skip to content

Commit

Permalink
simplify test line in GH test action for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcepas committed Sep 19, 2023
1 parent aba50dd commit 9598c14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,14 @@ jobs:
# Install dependencies for your project
- name: Install Dependencies
run: |
pip install .[test]
pip install -e .[test]
pip install sphinx
# Run tests
- name: Run Tests
run: |
cd tests
pytest \
test_arraytable.py test_clustertree.py test_gtdbquery.py \
test_interop.py test_phylotree.py test_seqgroup.py test_tree.py \
test_treediff.py test_orthologs_group_delineation.py test_ncbiquery.py \
test_nexus.py test_treematcher.py \
test_treeview/test_all_treeview.py
pytest test_tree.py
# Build Sphinx documentation
- name: Generate Sphinx Documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/_build
publish_dir: ./doc/_build/html/

0 comments on commit 9598c14

Please sign in to comment.