Skip to content

Commit a511486

Browse files
authored
Merge pull request #25 from stackhpc/fix/pip
rebuild: upgrade pip during install
2 parents f8f3c69 + 66b6eb0 commit a511486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/rebuild/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- name: install slurm-openstack-tools
3030
shell: |
3131
source /opt/slurm-tools/bin/activate
32-
pip install pip
32+
pip install -U pip
3333
pip install git+https://github.com/stackhpc/slurm-openstack-tools.git
3434
args:
3535
creates: /opt/slurm-tools/bin/slurm-openstack-rebuild

0 commit comments

Comments
 (0)