Skip to content

Commit 2e6349d

Browse files
committed
modified workflow
1 parent 735cb8c commit 2e6349d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v2
1616

17+
- name: upgrade pip
18+
uses: pip install --upgrade pip
19+
1720
- name: Install dependencies
1821
run: pip install -r requirements.txt
1922

0 commit comments

Comments
 (0)