We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adfc99 commit 3248963Copy full SHA for 3248963
.github/workflows/python-package.yml
@@ -51,7 +51,7 @@ jobs:
51
echo "${USER}:12345678" | sudo chpasswd
52
- name: Install ssh-utilities
53
run: |
54
- - pip3 install .
+ - pip install .
55
coveralls:
56
runs-on: ubuntu-latest
57
needs:
0 commit comments