Skip to content

Commit 3a06571

Browse files
authored
Update main.yml
1 parent 92fe39d commit 3a06571

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
with:
1919
python-version: 3.9
2020

21+
- name: pip update
22+
run: |
23+
pip install --upgrade pip
24+
2125
- name: Install dependencies
2226
run: |
2327
pip install -r requirements.txt

0 commit comments

Comments
 (0)