Show More
@@ -79,7 +79,6 b' jobs:' | |||
|
79 | 79 | python -m pip install --pre --upgrade pip setuptools wheel build |
|
80 | 80 | python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --no-binary curio --upgrade -e .[${{ matrix.deps }}] |
|
81 | 81 | python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --upgrade check-manifest pytest-cov pytest-json-report |
|
82 | python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple git+https://github.com/alexmojaki/executing.git@3.13 | |
|
83 | 82 | - name: Try building with Python build |
|
84 | 83 | if: runner.os != 'Windows' # setup.py does not support sdist on Windows |
|
85 | 84 | run: | |
General Comments 0
You need to be logged in to leave comments.
Login now