CI: Update pip before installing dependencies.

Avoid pip warnings.
This commit is contained in:
DWesl 2022-04-23 08:28:57 -04:00
parent 1674e425a7
commit 46c1f9389e

View File

@ -61,6 +61,7 @@ jobs:
- name: Install dependencies
run: |
dash.exe -c "python3.${{ matrix.python-minor-version }} -m pip install -U pip"
bash.exe .ci/install.sh
- name: Install a different NumPy