We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d143b7b commit 65ae767Copy full SHA for 65ae767
.github/workflows/update.yml
@@ -57,8 +57,13 @@ 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
+ with:
63
+ python-version: "3.9.21" # NOTE: https://www.python.org/downloads/ https://docs.openstack.org/tempest/latest/supported_version.html#supported-python-versions
64
+ - uses: insightsengineering/pip-action@9252b12ade07a9e628ab42b90565beaa56e8b85c # 2.0.1
65
66
+ packages: pip-tools
67
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
68
with:
69
EXECUTE_COMMANDS: |
0 commit comments