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.
pip --user
1 parent f70fbd9 commit e1ae3d6Copy full SHA for e1ae3d6
.github/workflows/integration-tests.yml
@@ -55,9 +55,8 @@ jobs:
55
- name: Install ccm and get simulacron
56
run: |
57
wget https://github.com/datastax/simulacron/releases/download/0.12.0/simulacron-standalone-0.12.0.jar -O ~/simulacron.jar
58
- pip install psutil
59
- sudo pip install --upgrade psutil
60
- pip install https://github.com/scylladb/scylla-ccm/archive/master.zip
+ pip install --user --upgrade psutil
+ pip install --user https://github.com/scylladb/scylla-ccm/archive/master.zip
61
- name: Build
62
run: ${{ matrix.settings.build }}
63
shell: bash
0 commit comments