Skip to content

Commit ed02b0c

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

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/generator.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- name: Dependencies
1818
uses: astral-sh/setup-uv@v6
19-
- name: Install
20-
run: |
21-
cd flatdata-generator
22-
pip install -r requirements.txt
2319
- name: Run tests
2420
run: |
2521
cd flatdata-generator

.github/workflows/py.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- name: Dependencies
1818
uses: astral-sh/setup-uv@v6
19-
- name: Install
20-
run: |
21-
pip install ./flatdata-generator
22-
cd flatdata-py
23-
pip install -r requirements.txt
2419
- name: Run tests
2520
run: |
2621
cd flatdata-py

0 commit comments

Comments
 (0)