Skip to content

Commit bfd66ad

Browse files
authored
Update main.yml
1 parent 86e0a47 commit bfd66ad

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.9
19+
python-version: 3.9
20+
21+
- name: pip upgrade
22+
run: pip install --upgrade pip
2023

2124
- name: Install dependencies
2225
run: |

0 commit comments

Comments
 (0)