File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/setup-python@v6
1919 with :
2020 python-version : ${{ matrix.python-version }}
21+ - name : Get the skips file
22+ run : |
23+ pushd /tmp
24+ git clone --depth 1 git@github.com:data-apis/array-api-strict.git
25+ ls -l /tmp/array_api_strict
26+ popd
2127 - name : Install dependencies
2228 run : |
2329 python -m pip install --upgrade pip
2834 ARRAY_API_TESTS_MODULE : array_api_strict
2935 ARRAY_API_STRICT_API_VERSION : 2024.12
3036 run : |
31- pytest -v -rxXfE --skips-file array-api-strict-skips .txt array_api_tests/
37+ pytest -v -rxXfE --skips-file /tmp/array_api_strict/ array-api-strict-xfails .txt array_api_tests/
3238 # We also have internal tests that isn't really necessary for adopters
3339 pytest -v -rxXfE meta_tests/
You can’t perform that action at this time.
0 commit comments