Update pip first
This commit is contained in:
parent
b98216a2ea
commit
bae760e598
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -47,6 +47,7 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
pip install --upgrade pip
|
||||||
pip install ${{ matrix.qt-lib }}${{ matrix.qt-version }} numpy${{ matrix.numpy-version }} scipy pyopengl h5py six matplotlib
|
pip install ${{ matrix.qt-lib }}${{ matrix.qt-version }} numpy${{ matrix.numpy-version }} scipy pyopengl h5py six matplotlib
|
||||||
pip install .
|
pip install .
|
||||||
pip install pytest pytest-cov pytest-xdist coverage
|
pip install pytest pytest-cov pytest-xdist coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user