Address in-tree-build deprecation issue in pip

This commit is contained in:
Ogi Moore 2021-05-28 14:17:57 -07:00
parent 4224fe5664
commit ab792a73a6

View File

@ -64,9 +64,9 @@ jobs:
shell: cmd shell: cmd
- name: Install Dependencies - name: Install Dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip setuptools wheel
python -m pip install ${{ matrix.qt-version }} numpy${{ matrix.numpy-version }} scipy pyopengl h5py matplotlib numba python -m pip install ${{ matrix.qt-version }} numpy${{ matrix.numpy-version }} scipy pyopengl h5py matplotlib numba
python -m pip install . python -m pip install --use-feature=in-tree-build .
python -m pip install pytest python -m pip install pytest
- name: "Install Linux VirtualDisplay" - name: "Install Linux VirtualDisplay"
if: runner.os == 'Linux' if: runner.os == 'Linux'