File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ jobs:
7373 if : ${{ ! contains( matrix.python-version, 'dev' ) }}
7474 run : |
7575 python -m pip install --only-binary ':all:' --upgrade pip setuptools wheel build
76- python -m pip install --only-binary ':all:' --no-binary curio --upgrade -e .[${{ matrix.deps }}]
76+ python -m pip install --only-binary ':all:' --no-binary curio --no-binary psutil -- upgrade -e .[${{ matrix.deps }}]
7777 python -m pip install --only-binary ':all:' --upgrade check-manifest pytest-cov pytest
7878 - name : Install and update Python dependencies (dev?)
7979 if : ${{ contains( matrix.python-version, 'dev' ) }}
8080 run : |
8181 python -m pip install --pre --upgrade pip setuptools wheel build
82- python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --no-binary curio --upgrade -e .[${{ matrix.deps }}]
82+ python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --no-binary curio --no-binary psutil -- upgrade -e .[${{ matrix.deps }}]
8383 python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --upgrade check-manifest pytest-cov
8484 - name : Try building with Python build
8585 if : runner.os != 'Windows' # setup.py does not support sdist on Windows
You can’t perform that action at this time.
0 commit comments