Skip to content

Commit 56e5d40

Browse files
authored
Update python-package.yml
1 parent 4f01f1a commit 56e5d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
python -m pip install flake8 pytest pytest-asyncio
33-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33+
pip install -r requirements.txt
3434
- name: Lint with flake8
3535
run: |
3636
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)