Skip to content

Commit a4577c4

Browse files
authored
Update testing.yml
1 parent d4f8216 commit a4577c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

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 openpiv flake8 pytest
2323
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2424
# - name: Lint with flake8
2525
# run: |

0 commit comments

Comments
 (0)