Skip to content

Commit

Permalink
Debugs missing documents
Browse files Browse the repository at this point in the history
  • Loading branch information
catusphan committed Dec 18, 2024
1 parent 206b9f3 commit ac3d38b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 121 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release_all_external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,16 @@ jobs:
- name: Copy internal dictionaries
run: |
cp dict/*.* $INPUT_DIR/ &&
ls $INPUT_DIR
ls $INPUT_DIR &&
ls -l | wc -l
- name: Build all dictionaries
run: |
source .venv/bin/activate &&
uv pip list &&
uv run python ./bin/convert_all.py --input_folder=$INPUT_DIR --output_folder=$OUTPUT_DIR --extension=tab
echo "Temporary stop making dicts"
#uv run python ./bin/convert_all.py --input_folder=$INPUT_DIR --output_folder=$OUTPUT_DIR --extension=tab
- name: Report the results
run: |
Expand Down
2 changes: 2 additions & 0 deletions bin/dict_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ def main():

args = parser.parse_args()

print(args)

# Generate the summary data and save it as a JSON file
ext_str = args.extensions
col_str = args.columns
Expand Down
38 changes: 0 additions & 38 deletions bin/gen_summary.py

This file was deleted.

Loading

0 comments on commit ac3d38b

Please sign in to comment.