Skip to content

Commit ca1aaaf

Browse files
committed
install from data_project_dir
1 parent 32c972e commit ca1aaaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Install Tinybird CLI
3030
run: |
31-
if [ -f "requirements.txt" ]; then
32-
pip install -r requirements.txt
31+
if [ -f "${{ inputs.data_project_dir }}/requirements.txt" ]; then
32+
pip install -r ${{ inputs.data_project_dir }}/requirements.txt
3333
else
3434
pip install tinybird-cli
3535
fi

0 commit comments

Comments
 (0)