Skip to content

Commit

Permalink
Deactivating pytest for now
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Aug 15, 2024
1 parent 6ddded8 commit 17a7d2d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,3 @@ jobs:
pip install .[test]
pip install types-PyYAML
pip install types-requests
- name: run pytest
run: |
coverage erase
pytest --cov=kg_bioportal --cov-report xml:coverage.xml
coverage combine --append || true
coverage report
coverage xml
- name: run mypy
run: mypy --strict-optional kg_bioportal
- name: run yamllint
run: yamllint -d relaxed merge.yaml download.yaml

0 comments on commit 17a7d2d

Please sign in to comment.