Skip to content

Commit c6abfc8

Browse files
authored
Update python_package_testing.yaml
1 parent b23bab3 commit c6abfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_package_testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install flake8 pytest
22+
pip install flake8 pytest sdypy-io
2323
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2424
- name: Lint with flake8
2525
run: |

0 commit comments

Comments
 (0)