Skip to content

Commit

Permalink
fix: python3-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Nov 14, 2024
1 parent 3b91b05 commit cef68ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
code: focal
- os: 22.04
code: jammy
exclude:
- os: 22.04
salt: 3004
container:
image: docker://ghcr.io/ekristen/cast-tools/saltstack-tester:${{ matrix.code }}-${{ matrix.salt }}
steps:
Expand Down
5 changes: 4 additions & 1 deletion sift/python3-packages/pip.sls
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
include:
- sift.packages.python3-pip

sift-python3-packages-pip:
cmd.run:
- names:
- /usr/bin/python3 -m pip install --upgrade pip
- /usr/bin/python3 -m pip install setuptools==70.0.0
- /usr/bin/python3 -m pip install --upgrade wheel
- require:
- pkg: python3-pip
- sls: sift.packages.python3-pip

0 comments on commit cef68ba

Please sign in to comment.