Skip to content

Commit

Permalink
Updates sourcesource
Browse files Browse the repository at this point in the history
  • Loading branch information
catusphan committed Dec 17, 2024
1 parent 24baaa9 commit 175d4c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@ jobs:
run: |
pip install uv &&
uv venv .venv &&
uv sync &&
source .venv/bin/activate
uv sync
# pip install -r ./requirements.txt
- name: Build all dictionaries
run: |
source .venv/bin/activate &&
uv pip list &&
python ./bin/convert_all.py --input_folder=$INPUT_DIR --output_folder=$OUTPUT_DIR --extension=tab --filter=Hero
- name: Report the results
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release_all_external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
run: |
pip install uv &&
uv venv .venv &&
uv sync &&
source .venv/bin/activate
uv sync
# pip install -r ./requirements.txt
Expand All @@ -67,6 +66,8 @@ jobs:
- name: Build all dictionaries
run: |
source .venv/bin/activate &&
uv pip list &&
python ./bin/convert_all.py --input_folder=$INPUT_DIR --output_folder=$OUTPUT_DIR --extension=tab --filter=Hero
- name: Report the results
Expand Down

0 comments on commit 175d4c0

Please sign in to comment.