Skip to content

Commit 76615d5

Browse files
authored
github actions
1 parent 5983312 commit 76615d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
python-version: 3.7
1414
- name: Install
1515
run: |
16-
pip install --user .
16+
pip install .
1717
- name: Run tests
1818
run: ./tqtest.sh

0 commit comments

Comments
 (0)