Skip to content

Commit 559d2aa

Browse files
last change for pipx
1 parent cb3b63b commit 559d2aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/packing.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,9 @@ jobs:
509509
if: matrix.target.os == 'ubuntu'
510510

511511
- name: Install test requirements
512-
run: pipx install -r requirements-test.txt
512+
run: |
513+
pip install pipx
514+
pipx install -r requirements-test.txt
513515
if: matrix.target.os == 'debian'
514516

515517
- name: Install the crud module for testing purposes

0 commit comments

Comments
 (0)