##// END OF EJS Templates
try to fix build on 3.13 (#14445)
M Bussonnier -
r28776:dee457e5 merge
parent child Browse files
Show More
@@ -79,6 +79,7 b' jobs:'
79 python -m pip install --pre --upgrade pip setuptools wheel build
79 python -m pip install --pre --upgrade pip setuptools wheel build
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 }}]
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 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
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
82 - name: Try building with Python build
83 - name: Try building with Python build
83 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
84 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
84 run: |
85 run: |
General Comments 0
You need to be logged in to leave comments. Login now