File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,30 +93,10 @@ jobs:
9393 with :
9494 name : artifact
9595 path : wheelhouse
96- - run : pip install --no-index --find-links wheelhouse python_flint
9796 - run : pip install pytest
98- - run : pytest --doctest-glob='*.rst' doc/source
99-
100- rst_doctest :
101- needs : build_wheels
102- name : Test ${{ matrix.python-version }} wheel on ${{ matrix.os }}
103- runs-on : ${{ matrix.os }}
104- strategy :
105- fail-fast : false
106- matrix :
107- os : [ubuntu-20.04, windows-2019, macos-12]
108- python-version : ['3.9', '3.10', '3.11', '3.12']
109-
110- steps :
111- - uses : actions/setup-python@v4
112- with :
113- python-version : ${{ matrix.python-version }}
114- - uses : actions/download-artifact@v3
115- with :
116- name : artifact
117- path : wheelhouse
11897 - run : pip install --no-index --find-links wheelhouse python_flint
11998 - run : python -m flint.test --verbose
99+ - run : pytest --doctest-glob='*.rst' doc/source
120100
121101 test_pip_vcs_sdist :
122102 name : pip install ${{ matrix.target }} on ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments