Skip to content

Commit dfbc34a

Browse files
committed
test
1 parent 364457c commit dfbc34a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/config-poetry/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ runs:
4747
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
4848
with:
4949
version: 2025.7.12
50-
install_args: "python@${{ inputs.python-version }}"
50+
tool_versions: |
51+
python ${{ inputs.python-version }}
5152
5253
- name: Install jfrog and poetry through mise
5354
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
5455
with:
5556
version: 2025.7.12
5657
experimental: true # needed to use the http backend for installation of jfrog on windows
57-
tool_versions: |
58-
python ${{ inputs.python-version }}
58+
5959
- name: Vault
6060
# yamllint disable rule:line-length
6161
id: secrets

0 commit comments

Comments
 (0)