Skip to content

Commit 9938542

Browse files
committed
Try creating data files
1 parent 1f5a93e commit 9938542

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,11 @@ jobs:
3838
- name: Run static analysis
3939
run: hatch fmt --linter
4040

41+
- name: Download data
42+
run: bin/download_data.py
43+
44+
- name: Create JSON files
45+
run: make json
46+
4147
- name: Run tests
4248
run: hatch test --python ${{ matrix.python-version }} --cover --randomize --parallel --retries 2 --retry-delay 1

0 commit comments

Comments
 (0)