File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ runs:
4848 Start-Process -Wait -Verb RunAs powershell '-NoProfile iwr https://releases.jfrog.io/artifactory/jfrog-cli/v2-jf/[RELEASE]/jfrog-cli-windows-amd64/jf.exe -OutFile $env:SYSTEMROOT\system32\jf.exe'
4949 jf intro
5050 - name : Install Poetry
51- id : install_poetry
52- shell : bash
53- run : |
54- pip install poetry== ${{ inputs.poetry-version }}
51+ uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
52+ with :
53+ version : 2025.7.12
54+ install_args : " poetry@ ${{ inputs.poetry-version }}"
5555 - name : Config Poetry
5656 id : config
5757 shell : bash
Original file line number Diff line number Diff line change 4646 with :
4747 version : 2025.7.12
4848 install_args : " python@${{ inputs.python-version }}"
49- - name : Install Pipx backend for mise
50- shell : bash
51- run : |
52- pip install --user pipx
5349 - name : Install tools through mise
5450 uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
5551 with :
Original file line number Diff line number Diff line change 11[tools ]
2- "pipx:jfrog-cli" = " 2.77.0"
3- "pipx:poetry" = " 2.2.1"
2+ poetry = " 2.2.1"
3+
4+ [tools .jfrog-cli ]
5+ version = " 2.77.0"
6+
7+ [tools ."http:jfrog-cli" .platforms ]
8+ version = " 2.77.0"
9+ windows-x64 = { url = " https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.77.0/jfrog-cli-windows-amd64/jf.exe" , install = " cp ${MISE_DOWNLOAD_PATH} ${MISE_INSTALL_PATH}/bin/jf.exe" }
You can’t perform that action at this time.
0 commit comments