Skip to content

Commit 8dcdf77

Browse files
Update python-app.yml
1 parent ce5299a commit 8dcdf77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616

1717
- name: Install dependencies
1818
run: |
19-
python -m pip install --upgrade pip
19+
# python -m pip install --upgrade pip
20+
pip install isort
2021

0 commit comments

Comments
 (0)