Skip to content

Commit 19b8b95

Browse files
Add step to run python-path sample for Python 3.13
Added a step to run a python-path sample using pipx.
1 parent eaa9389 commit 19b8b95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,12 @@ jobs:
7777
python-version: '3.13'
7878
- name: Verify 3.13
7979
run: python __tests__/verify-python.py 3.13
80+
8081
- name: Run python-path sample 3.13
8182
run: pipx run --python '${{ steps.cp313.outputs.python-path }}' nox --version
83+
env:
84+
PIPX_HOME: '${{ runner.temp }}/pipx'
85+
PIPX_BIN_DIR: '${{ runner.temp }}/pipx/bin'
8286

8387
- name: Run with setup-python ==3.13
8488
uses: ./

0 commit comments

Comments
 (0)