We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11acac5 commit f0a7683Copy full SHA for f0a7683
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
token: ${{ steps.get_token.outputs.token }}
41
- uses: actions/setup-python@v4
42
with:
43
- python-version: '3.11'
+ python-version: "3.11"
44
- name: Install pre-commit
45
run: python -m pip install pre-commit
46
- name: set PY
@@ -97,7 +97,7 @@ jobs:
97
# modify repository variable when there are problems with installing gems
98
cache-version: ${{ vars.CACHE_VERSION }}
99
- name: Test
100
- run: ./run-tests.sh
+ run: RUBYOPT="-rjson/pure" ./run-tests.sh
101
shell: bash
102
103
examples:
0 commit comments