Skip to content

Commit c0e7bfd

Browse files
authored
Update install_from_github_repo.yml
1 parent 396a45e commit c0e7bfd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/install_from_github_repo.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ jobs:
1515
sudo apt-get install python3-setuptools
1616
sudo -H pip3 install --upgrade pip
1717
sudo -H pip3 install https://github.com/plainas/tq/zipball/stable
18-
- name: run tq
19-
run: |
20-
tq
21-
tq -v
18+
- name: run tests
19+
run: ./tqtest.sh

0 commit comments

Comments
 (0)