Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
emfollow
gwcelery
Commits
4195be0b
Commit
4195be0b
authored
Sep 17, 2021
by
Leo Pound Singer
Committed by
Leo Pound Singer
Sep 20, 2021
Browse files
Make pip uninstall dir command Python version agnostic
parent
ebbc7a44
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4195be0b
...
...
@@ -229,8 +229,8 @@ release:
poetry install
# FIXME: remove pip uninstall temporary directories left behind due to
# bug with pip on NFS. See https://github.com/pypa/pip/issues/6327
chmod -R ug+rwx .local/lib/python
3.7
/site-packages/~* || true
rm -rf .local/lib/python
3.7
/site-packages/~* || true
chmod -R ug+rwx .local/lib/python
*
/site-packages/~* || true
rm -rf .local/lib/python
*
/site-packages/~* || true
gwcelery condor resubmit
EOF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment