Skip to content

Commit

Permalink
chore: 🐛 Update import paths in GitHub workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Mar 7, 2024
1 parent cadeb93 commit ffaef26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Lint with Black
run: |
pip install black
black --diff --check src/cellmap-models tests
black --diff --check src/cellmap_models tests
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
run: |
pip install .
pip install --upgrade mypy
mypy src/cellmap-models
mypy src/cellmap_models

0 comments on commit ffaef26

Please sign in to comment.