We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364457c commit dfbc34aCopy full SHA for dfbc34a
.github/actions/config-poetry/action.yml
@@ -47,15 +47,15 @@ runs:
47
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
48
with:
49
version: 2025.7.12
50
- install_args: "python@${{ inputs.python-version }}"
+ tool_versions: |
51
+ python ${{ inputs.python-version }}
52
53
- name: Install jfrog and poetry through mise
54
55
56
57
experimental: true # needed to use the http backend for installation of jfrog on windows
- tool_versions: |
58
- python ${{ inputs.python-version }}
+
59
- name: Vault
60
# yamllint disable rule:line-length
61
id: secrets
0 commit comments