Skip to content

Commit d631cae

Browse files
committed
ci: update build workflow to install dependencies from requirements.txt
1 parent c96d0ce commit d631cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install build pytest pytest-cov ruff
30+
pip install -r requirements.txt
3031
pip install -e .
3132
3233
- name: Lint with ruff

0 commit comments

Comments
 (0)