Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Mar 19, 2024
1 parent 5f876cc commit 76ae9fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: lint checks
uses: pre-commit/[email protected]

unit-test-ontonolgy-builder:
unit-test-ontology-builder:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions api/python/src/cellxgene_ontology_guide/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import cellxgene_ontology_guide._version as _version
import cellxgene_ontology_guide._version as version

__version__ = _version.__version__
__version__ = version.__version__

0 comments on commit 76ae9fa

Please sign in to comment.