Skip to content

Commit a5a4c10

Browse files
committed
Add python requirements.
1 parent 7ef2cd2 commit a5a4c10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
with:
5858
python-version: "3.9"
5959

60+
- name: Install Python dependencies
61+
run: pip install -r .github/scripts/requirements.txt
62+
6063
- name: Test Queries
6164
if: steps.changes.outputs.src == 'true'
6265
env:

0 commit comments

Comments
 (0)