Skip to content

Commit 92d2bf2

Browse files
remove -r from pipx command
1 parent ba6a31f commit 92d2bf2

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
@@ -511,7 +511,7 @@ jobs:
511511
- name: Install test requirements
512512
run: |
513513
apt install -y pipx
514-
pipx install -r requirements-test.txt
514+
pipx install requirements-test.txt
515515
if: matrix.target.os == 'debian'
516516

517517
- name: Install the crud module for testing purposes

0 commit comments

Comments
 (0)