File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed
Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 77 branches : [main]
88
99jobs :
10- test :
10+ validate :
1111 runs-on : ubuntu-latest
12- strategy :
13- matrix :
14- python-version : ["3.10", "3.11", "3.12"]
15-
1612 steps :
17- - name : Checkout repository
18- uses : actions/checkout@v4
13+ - uses : actions/checkout@v4
1914
20- - name : Set up Python ${{ matrix.python-version }}
15+ - name : Set up Python
2116 uses : actions/setup-python@v5
2217 with :
23- python-version : ${{ matrix.python-version }}
18+ python-version : " 3.11 "
2419
2520 - name : Install dependencies
2621 run : |
27- python -m pip install --upgrade pip
2822 pip install -r requirements.txt
2923
3024 - name : List available generators
3125 run : python generate.py --list
3226
33- - name : Run test generation
34- run : python generate.py --generator household_survey --rows 100 --output /tmp/test_output.csv
35-
36- - name : Validate output exists
37- run : test -f /tmp/test_output.csv && echo "Output file generated successfully"
You can’t perform that action at this time.
0 commit comments