Skip to content

Commit 7cd3d52

Browse files
MarkDaoustmarkmcd
andauthored
Add missing packages to unblock pytype (#41)
* Add packages to unblock pytype * Update .github/workflows/test_pr.yaml --------- Co-authored-by: Mark McDonald <[email protected]>
1 parent 7da0c68 commit 7cd3d52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
run: |
6464
python --version
6565
pip install -q -e .[dev]
66+
pip install -q gspread ipython
6667
pytype
6768
format:
6869
name: Check format with black

0 commit comments

Comments
 (0)