Skip to content

Commit

Permalink
use fixed dictionary explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
hayashi_mas committed Jan 24, 2024
1 parent 54c9d40 commit 0fa9580
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3

- name: Download dictionary
run: bash fetch_dictionary.sh
run: bash fetch_dictionary.sh "20220519" "core"

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-upload-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3

- name: Download dictionary
run: bash fetch_dictionary.sh
run: bash fetch_dictionary.sh "20220519" "core"

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download dictionary
run: bash fetch_dictionary.sh
run: bash fetch_dictionary.sh "20220519" "core"

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-noncached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download dictionary
run: bash fetch_dictionary.sh
run: bash fetch_dictionary.sh "20220519" "core"
- name: Run tests (Debug)
run: cargo test --verbose
- name: Run tests (Release)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download dictionary
run: bash fetch_dictionary.sh
run: bash fetch_dictionary.sh "20220519" "core"

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 0fa9580

Please sign in to comment.