Skip to content

Commit b71ce54

Browse files
committed
CI: removed usage of unicode shim script
Script was removed in tlaplus/Examples#181 Signed-off-by: Andrew Helwer <ahelwer@pm.me>
1 parent 79fdc57 commit b71ce54

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ jobs:
147147
python "$SCRIPT_DIR/unicode_conversion.py" \
148148
--tlauc_path "$DEPS_DIR/tlauc/tlauc" \
149149
--examples_root "$EXAMPLES_DIR"
150-
- name: Add unicode shims
151-
if: matrix.unicode
152-
run: |
153-
python "$SCRIPT_DIR/unicode_number_set_shim.py" \
154-
--examples_root "$EXAMPLES_DIR"
155150
- name: Translate PlusCal
156151
run: |
157152
python $SCRIPT_DIR/translate_pluscal.py \

0 commit comments

Comments
 (0)