We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5983312 commit 76615d5Copy full SHA for 76615d5
.github/workflows/pythonapp.yml
@@ -13,6 +13,6 @@ jobs:
13
python-version: 3.7
14
- name: Install
15
run: |
16
- pip install --user .
+ pip install .
17
- name: Run tests
18
run: ./tqtest.sh
0 commit comments