Skip to content

Commit

Permalink
Fix the tcsh test by cleaning up the shpc installation after the bash…
Browse files Browse the repository at this point in the history
… test

And clean up the tcsh installation as well, just in case.
  • Loading branch information
muffato committed Oct 1, 2022
1 parent d6aacfc commit b8136d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:
shpc config set views_base:tmp-modules
shpc view create noodles
shpc install --view noodles python:3.9.5-alpine
shpc uninstall --force python:3.9.5-alpine
shpc view --force delete noodles
- name: Run python module tests (tcsh)
shell: tcsh -e {0}
Expand Down Expand Up @@ -174,3 +176,5 @@ jobs:
shpc config set views_base:tmp-modules
shpc view create noodles
shpc install --view noodles python:3.9.5-alpine
shpc uninstall --force python:3.9.5-alpine
shpc view --force delete noodles

0 comments on commit b8136d9

Please sign in to comment.