Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ddcb9e

Browse files
committed
no-bin psutil
1 parent a3f0d0b commit 6ddcb9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)