Skip to content

Commit cdfe6da

Browse files
committed
fix problem with shared PIPX_HOME on 3.8
1 parent 1814b93 commit cdfe6da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
python-version: "3.10"
4141
steps:
4242
- uses: actions/checkout@v4
43+
- name: fix pipx on Python 3.8
44+
if: ${{ matrix.python-version == '3.8' }}
45+
run: |
46+
echo PIPX_HOME=$HOME/.pipx_home >> $GITHUB_ENV
4347
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
4448
- name: Test
4549
run: |

0 commit comments

Comments
 (0)