Skip to content

Commit dcc858f

Browse files
committed
debug
1 parent 3774249 commit dcc858f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- uses: actions/setup-python@v4
11-
with:
12-
python-version: '2.7.0'
10+
#- uses: actions/setup-python@v4
11+
# with:
12+
# python-version: '2.7.0'
1313
- name: Convert yaml to json
1414
run: python .github/workflows/lib/yaml_to_json.py resources/referers.yml referers.json
1515
- name: Check

0 commit comments

Comments
 (0)