We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f8216 commit a4577c4Copy full SHA for a4577c4
.github/workflows/testing.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
- pip install flake8 pytest
+ pip install openpiv flake8 pytest
23
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
24
# - name: Lint with flake8
25
# run: |
0 commit comments