Skip to content

Commit fd74676

Browse files
matthewfeickertBenGalewsky
authored andcommitted
ci: Add databinder extra to testing
1 parent 97f202b commit fd74676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: |
4848
python -m pip install --upgrade pip setuptools wheel
49-
python -m pip install --upgrade '.[pandas,test]'
49+
python -m pip install --upgrade '.[databinder,pandas,test]'
5050
python -m pip list
5151
5252
- name: Test with pytest

0 commit comments

Comments
 (0)