Skip to content

Commit ba6a31f

Browse files
fix apt
1 parent 2440f58 commit ba6a31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ jobs:
510510

511511
- name: Install test requirements
512512
run: |
513-
apt install pipx
513+
apt install -y pipx
514514
pipx install -r requirements-test.txt
515515
if: matrix.target.os == 'debian'
516516

0 commit comments

Comments
 (0)