Skip to content

Commit b9e0e72

Browse files
committed
fix: update CI workflow to use correct requirements file
1 parent e7d49fb commit b9e0e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install -r requirements-dev.txt
28+
pip install -r requirements.txt
2929
3030
- name: Syntax check with py_compile
3131
run: |

0 commit comments

Comments
 (0)