Skip to content

Commit adfe64c

Browse files
committed
WIP: Install pipx manually on macos-14
1 parent 2b4e7a4 commit adfe64c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ jobs:
3333
python-version: '3.12'
3434
steps:
3535
- uses: actions/checkout@v4
36+
- name: Install pipx
37+
if: ${{ matrix.os == 'macos-14' }}
38+
run:
39+
- export PIPX_HOME="/opt/pipx"
40+
- export PIPX_BIN_DIR="$PIPX_HOME/bin"
41+
- python3 -m pip install pipx
42+
- python3 -m pipx ensurepath
3643
- uses: actions/setup-python@v5
3744
with:
3845
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)