We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa85f8 commit ed02b0cCopy full SHA for ed02b0c
.github/workflows/generator.yml
@@ -16,10 +16,6 @@ jobs:
16
- uses: actions/checkout@v2
17
- name: Dependencies
18
uses: astral-sh/setup-uv@v6
19
- - name: Install
20
- run: |
21
- cd flatdata-generator
22
- pip install -r requirements.txt
23
- name: Run tests
24
run: |
25
cd flatdata-generator
.github/workflows/py.yml
@@ -16,11 +16,6 @@ jobs:
- pip install ./flatdata-generator
- cd flatdata-py
26
cd flatdata-py
0 commit comments