Skip to content

Commit ccdcf3c

Browse files
committed
Getting rid of the pipx backend
1 parent e1d9948 commit ccdcf3c

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ runs:
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:

mise.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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" }

0 commit comments

Comments
 (0)