We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d143b7b commit c152824Copy full SHA for c152824
.github/workflows/update.yml
@@ -57,8 +57,11 @@ jobs:
57
INSTALLER_CMD="$(command -v dnf || command -v yum) -y --quiet --errorlevel=0 install"
58
;;
59
esac
60
- $INSTALLER_CMD python3-pip git
61
- pip3 install pip-tools
+ $INSTALLER_CMD git
+ - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
62
+ - uses: insightsengineering/pip-action@9252b12ade07a9e628ab42b90565beaa56e8b85c # 2.0.1
63
+ with:
64
+ packages: pip-tools
65
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
66
with:
67
EXECUTE_COMMANDS: |
0 commit comments