Skip to content

Commit dbe90d5

Browse files
committed
update workflows
Signed-off-by: mohapatr3 <[email protected]>
1 parent f196e3b commit dbe90d5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/generator.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
uses: astral-sh/setup-uv@v6
1919
- name: Install
2020
run: |
21+
cd flatdata-generator
2122
pip install -r requirements.txt
22-
pip install ./flatdata-generator
23+
pip install .
2324
- name: Run tests
2425
run: |
2526
cd flatdata-generator

.github/workflows/py.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: astral-sh/setup-uv@v6
1919
- name: Install
2020
run: |
21+
pip install ./flatdata-generator
22+
cd flatdata-py
2123
pip install -r requirements.txt
2224
- name: Run tests
2325
run: |

0 commit comments

Comments
 (0)