Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cszsol authored Nov 12, 2024
1 parent 64e420c commit 89a92f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
pip install --upgrade pip
pip install mypy==1.8.0
pip install ".[dev]"
- name: Running mypy and swarm_copy_tests
- name: Running mypy and tests
run: |
mypy src/ swarm_copy/
# Include src/ directory in Python path to prioritize local files in pytest
Expand Down

0 comments on commit 89a92f1

Please sign in to comment.