Skip to content

Commit

Permalink
Fixed package name in setup.cfg.
Browse files Browse the repository at this point in the history
Debugging mypy.
  • Loading branch information
vitenti committed Dec 28, 2023
1 parent 3b9a4e5 commit e55adda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
- name: Running mypy
shell: bash -l {0}
run: |
mypy -p firecrown
mypy -p examples
mypy -p tests
mypy -p firecrown -vv
mypy -p examples -vv
mypy -p tests -vv
- name: Running pylint
shell: bash -l {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
pandas
pyccl
sacc
yaml
pyyaml

[options.packages.find]
exclude =
Expand Down

0 comments on commit e55adda

Please sign in to comment.