Skip to content

Commit

Permalink
try doing uninstall after test, and looking at docker/podman images b…
Browse files Browse the repository at this point in the history
…efore and after

Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jun 11, 2021
1 parent 67517dc commit 256dbd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
grep --quiet 'Python 3.9.5' test_output
rm test_output
shpc uninstall --force python:3.9.5-alpine
- name: Run python module tests (tcsh)
shell: tcsh -e {0}
Expand Down
1 change: 1 addition & 0 deletions shpc/main/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def cleanup(tmpdir):
if stage:
logger.info(tmpdir)
else:
self.uninstall("%s:%s" % (module_name, tag), force=True)
cleanup(tmpdir)

def check(self, module_name):
Expand Down

0 comments on commit 256dbd1

Please sign in to comment.