Skip to content

Commit 77f9b21

Browse files
committed
feat: keep system python3
1 parent 131ddf5 commit 77f9b21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/cleanup-github-actions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ import path from 'node:path';
33

44
const pluginPath = path.resolve('./src/index.ts');
55

6+
await testSpawn('apt-get autoremove -y ruby rpm python awscli', { requiresRoot: true });
7+
68
// Uninstall resources that have Codify resource definitions
79
await PluginTester.uninstall(pluginPath, [
810
{ type: 'docker' },
911
{ type: 'aws-cli'}
1012
]);
1113

12-
await testSpawn('apt-get autoremove -y ruby rpm python command-not-found', { requiresRoot: true });
1314
await testSpawn('rustup self uninstall -y');
1415

1516
await testSpawn('rm -rf /usr/bin/go', { requiresRoot: true })
1617
await testSpawn('rm -rf /usr/bin/python', { requiresRoot: true })
17-
await testSpawn('rm -rf /usr/bin/python3', { requiresRoot: true })
1818
await testSpawn('rm -rf /usr/bin/ruby', { requiresRoot: true })
1919

2020
// await testSpawn('apt install --reinstall command-not-found', { requiresRoot: true });

0 commit comments

Comments
 (0)