Skip to content

Commit b8136d9

Browse files
committed
Fix the tcsh test by cleaning up the shpc installation after the bash test
And clean up the tcsh installation as well, just in case.
1 parent d6aacfc commit b8136d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ jobs:
116116
shpc config set views_base:tmp-modules
117117
shpc view create noodles
118118
shpc install --view noodles python:3.9.5-alpine
119+
shpc uninstall --force python:3.9.5-alpine
120+
shpc view --force delete noodles
119121
120122
- name: Run python module tests (tcsh)
121123
shell: tcsh -e {0}
@@ -174,3 +176,5 @@ jobs:
174176
shpc config set views_base:tmp-modules
175177
shpc view create noodles
176178
shpc install --view noodles python:3.9.5-alpine
179+
shpc uninstall --force python:3.9.5-alpine
180+
shpc view --force delete noodles

0 commit comments

Comments
 (0)