Skip to content

Commit 0a2267e

Browse files
authored
Update install_from_github_repo.yml
1 parent e55b20b commit 0a2267e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/install_from_github_repo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
with:
1212
python-version: 3.7
1313
- name: Install dependencies
14-
run: |
15-
python -m pip install --upgrade pip
14+
run:
1615
sudo pip3 install https://github.com/plainas/tq/zipball/stable
1716
- name: run tq
1817
run: |

0 commit comments

Comments
 (0)