Update pip first

This commit is contained in:
Ogi Moore 2020-12-22 12:15:59 -08:00
parent b98216a2ea
commit bae760e598

View File

@ -47,6 +47,7 @@ jobs:
shell: cmd
- name: Install Dependencies
run: |
pip install --upgrade pip
pip install ${{ matrix.qt-lib }}${{ matrix.qt-version }} numpy${{ matrix.numpy-version }} scipy pyopengl h5py six matplotlib
pip install .
pip install pytest pytest-cov pytest-xdist coverage