Skip to content

Commit

Permalink
CI: Modified Windows installation of NumPy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lestropie committed Aug 7, 2023
1 parent 8b22c75 commit 8e29ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
install: |
git
python
python-devel
python-pip
${{env.MINGW_PACKAGE_PREFIX}}-bc
${{env.MINGW_PACKAGE_PREFIX}}-diffutils
Expand All @@ -164,7 +165,7 @@ jobs:
- name: Install numpy
run: |
pip install numpy
/usr/bin/pip3 install --upgrade pip && /usr/bin/pip3 install numpy
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
Expand Down

0 comments on commit 8e29ee7

Please sign in to comment.