Skip to content

Commit

Permalink
PYTHON-3686 Try mongodb#324
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Apr 28, 2023
1 parent 72ccf9d commit e8975a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
python -m pip install -U pip==23.0.1
python -m pip install mypy==0.990 tomli==2.0.1 typed-ast==1.5.4 typing-extensions==4.5.0
python -m pip install -e ".[zstd, encryption, ocsp]"
python -m pip uninstall -y pymongo
python -m pip freeze
- name: Run mypy
run: |
Expand Down
6 changes: 4 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ include tools/README.rst
recursive-include test *.pem
recursive-include test *.py
recursive-include bson *.h
global-include *.pyi
global-include *.typed
recursive-include bson *.pyi
recursive-include bson *.typed
recursive-include gridfs *.typed
recursive-include pymongo *.typed

0 comments on commit e8975a8

Please sign in to comment.