Skip to content

Commit

Permalink
Teach mypy linter about lsst.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Oct 5, 2021
1 parent fb4b5b8 commit 81ae4f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install third party stubs
run: pip install types-requests types-PyYAML types-click types-pkg_resources

- name: Install lsst.utils
run: git+git://github.com/lsst/utils@tickets/DM-31722#egg=lsst_utils

- name: Fake a version
run: |
echo "__all__ = ['__version__']" > python/lsst/daf/butler/version.py
Expand Down

0 comments on commit 81ae4f0

Please sign in to comment.