Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
869cc1ff
Unverified
Commit
869cc1ff
authored
Jan 16, 2024
by
Ralf W. Grosse-Kunstleve
Committed by
GitHub
Jan 16, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install mingw-w64-${{matrix.env}}-python-scipy only for mingw64 (#5006)
parent
39e65e10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
.github/workflows/ci.yml
+8
-1
No files found.
.github/workflows/ci.yml
View file @
869cc1ff
...
@@ -959,7 +959,6 @@ jobs:
...
@@ -959,7 +959,6 @@ jobs:
mingw-w64-${{matrix.env}}-gcc
mingw-w64-${{matrix.env}}-gcc
mingw-w64-${{matrix.env}}-python-pip
mingw-w64-${{matrix.env}}-python-pip
mingw-w64-${{matrix.env}}-python-numpy
mingw-w64-${{matrix.env}}-python-numpy
mingw-w64-${{matrix.env}}-python-scipy
mingw-w64-${{matrix.env}}-cmake
mingw-w64-${{matrix.env}}-cmake
mingw-w64-${{matrix.env}}-make
mingw-w64-${{matrix.env}}-make
mingw-w64-${{matrix.env}}-python-pytest
mingw-w64-${{matrix.env}}-python-pytest
...
@@ -967,6 +966,14 @@ jobs:
...
@@ -967,6 +966,14 @@ jobs:
mingw-w64-${{matrix.env}}-boost
mingw-w64-${{matrix.env}}-boost
mingw-w64-${{matrix.env}}-catch
mingw-w64-${{matrix.env}}-catch
-
uses
:
msys2/setup-msys2@v2
if
:
matrix.sys == 'mingw64'
with
:
msystem
:
${{matrix.sys}}
install
:
>-
git
mingw-w64-${{matrix.env}}-python-scipy
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
name
:
Configure C++11
-
name
:
Configure C++11
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment