We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6aacfc commit b8136d9Copy full SHA for b8136d9
.github/workflows/test.yml
@@ -116,6 +116,8 @@ jobs:
116
shpc config set views_base:tmp-modules
117
shpc view create noodles
118
shpc install --view noodles python:3.9.5-alpine
119
+ shpc uninstall --force python:3.9.5-alpine
120
+ shpc view --force delete noodles
121
122
- name: Run python module tests (tcsh)
123
shell: tcsh -e {0}
@@ -174,3 +176,5 @@ jobs:
174
176
175
177
178
179
180
0 commit comments