Skip to content

Commit 30ae8e4

Browse files
committed
trial at forcing pipx under python 3.8
1 parent ab31bfa commit 30ae8e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
BOARD: ${{ matrix.board }}
9797
UPLOADTOKEN: ${{ secrets.UPLOADTOKEN }}
9898
run: |
99+
python3.8 -m pip install --user pipx # hack to ensure pipx runs in python 3.8
100+
python3.8 -m pipx ensurepath
99101
source ./scripts/provision.sh ${{ matrix.board }}
100102
make
101103
./scripts/ci_upload.sh

0 commit comments

Comments
 (0)