Skip to content

Commit e2653c4

Browse files
committed
Added missing -r for installing requirements.txt
Signed-off-by: Eric Reinecke <[email protected]>
1 parent aae5413 commit e2653c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: make ci-prebuild
124124
- name: Build and Install
125125
run: |
126-
python -m pip install tests/requirements.txt -v --break-system-packages
126+
python -m pip install -r tests/requirements.txt -v --break-system-packages
127127
- name: Run tests w/ python coverage
128128
run: make ci-postbuild
129129
# (only on GH_COV_OS and GH_COV_PY)

0 commit comments

Comments
 (0)