Skip to content

Commit bf80a34

Browse files
Update python-app.yml
1 parent 327ab8e commit bf80a34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-app.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ jobs:
1515
cache: 'pip'
1616

1717
- name: Install dependencies
18-
run: pip install
18+
run: |
19+
python -m pip install --upgrade pip
20+
pip install build

0 commit comments

Comments
 (0)