Skip to content

Commit ad1c5e9

Browse files
committed
Add a workflow for updating all pip3 packages
1 parent 0a13117 commit ad1c5e9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

specs/python/update_pip.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Update all pip3 packages
3+
command: "pip3 list --outdated --format=freeze | cut -d = -f 1 | xargs -n1 pip3 install -U"
4+
tags: ["python"]
5+
description: Update all your pip3 packages in one go.
6+
source_url: "https://gist.github.com/kikulikov/898108545ad3297966111aeacf44def7"
7+
author: Kirill Kulikov
8+
author_url: "https://github.com/kikulikov"
9+
shells: []

0 commit comments

Comments
 (0)