Skip to content

Commit 6cdf1aa

Browse files
committed
test action
1 parent 574c28e commit 6cdf1aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install flake8 pytest
31-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31+
- if: -f requirements.txt
32+
run: pip install -r requirements.txt
3233
- name: Lint with flake8
3334
run: |
3435
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)