From bae760e598bc29b11e73169bacd46ee89cc67cad Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Tue, 22 Dec 2020 12:15:59 -0800 Subject: [PATCH] Update pip first --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06276a5d..c11605b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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