Skip to content

Commit d5418a5

Browse files
committed
Install package for CI
1 parent b9c8212 commit d5418a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=89 --statistics
3737
- name: Test with pytest
3838
run: |
39+
python setup.py install
3940
pytest -W error --cov=pandas_select --cov-report term-missing:skip-covered

0 commit comments

Comments
 (0)