Skip to content

Commit f0a7683

Browse files
committed
add rubyopt
1 parent 11acac5 commit f0a7683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
token: ${{ steps.get_token.outputs.token }}
4141
- uses: actions/setup-python@v4
4242
with:
43-
python-version: '3.11'
43+
python-version: "3.11"
4444
- name: Install pre-commit
4545
run: python -m pip install pre-commit
4646
- name: set PY
@@ -97,7 +97,7 @@ jobs:
9797
# modify repository variable when there are problems with installing gems
9898
cache-version: ${{ vars.CACHE_VERSION }}
9999
- name: Test
100-
run: ./run-tests.sh
100+
run: RUBYOPT="-rjson/pure" ./run-tests.sh
101101
shell: bash
102102

103103
examples:

0 commit comments

Comments
 (0)