Skip to content

Commit 8308469

Browse files
authored
Update python-app.yml for Windows-bash
1 parent 98f1c18 commit 8308469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install flake8 pytest
29-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29+
if (Test-Path requirements.txt) { pip install -r requirements.txt }
3030
- name: Lint with flake8
3131
run: |
3232
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)