##// END OF EJS Templates
Get back to "Executing" stable (#14511)...
M Bussonnier -
r28845:0657e1e1 merge
parent child Browse files
Show More
@@ -79,7 +79,6 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
83 - name: Try building with Python build
82 - name: Try building with Python build
84 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
83 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
85 run: |
84 run: |
General Comments 0
You need to be logged in to leave comments. Login now