File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1212 - ' 3.14'
1313 steps :
1414 - uses : actions/checkout@v4
15+ with :
16+ submodules : recursive
1517 - name : Use Python ${{ matrix.python-version }}
1618 uses : actions/setup-python@v4
1719 with :
4446 loader : [requests, aiohttp]
4547 steps :
4648 - uses : actions/checkout@v4
49+ with :
50+ submodules : recursive
4751 - name : Use Python ${{ matrix.python-version }}
4852 uses : actions/setup-python@v4
4953 with :
@@ -56,16 +60,10 @@ jobs:
5660 - name : Install testing dependencies
5761 run : |
5862 pip install -r requirements-test.txt
59- - name : Fetch test suites
60- run : |
61- git clone --depth 1 https://github.com/w3c/json-ld-api.git _json-ld-api
62- git clone --depth 1 https://github.com/w3c/json-ld-framing.git _json-ld-framing
63- git clone --depth 1 https://github.com/json-ld/normalization.git _normalization
6463 - name : Test with Python=${{ matrix.python-version }} Loader=${{ matrix.loader }}
6564 run : |
66- python tests/runtests.py ./_json-ld-api/tests -l ${{ matrix.loader }}
67- python tests/runtests.py ./_json-ld-framing/tests -l ${{ matrix.loader }}
68- python tests/runtests.py ./_normalization/tests -l ${{ matrix.loader }}
65+ python tests/runtests.py ./specifications/json-ld-api/tests -l ${{ matrix.loader }}
66+ python tests/runtests.py ./specifications/json-ld-framing/tests -l ${{ matrix.loader }}
6967 env :
7068 LOADER : ${{ matrix.loader }}
7169 # coverage:
You can’t perform that action at this time.
0 commit comments