We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fe39d commit 3a06571Copy full SHA for 3a06571
1 file changed
.github/workflows/main.yml
@@ -18,6 +18,10 @@ jobs:
18
with:
19
python-version: 3.9
20
21
+ - name: pip update
22
+ run: |
23
+ pip install --upgrade pip
24
+
25
- name: Install dependencies
26
run: |
27
pip install -r requirements.txt
0 commit comments