-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use "choice" instead of several flags in workflows
Use "choice" options for build tools, toolset and boost instead of large variety of boolean flags
- Loading branch information
1 parent
abe3a3d
commit eb10e2e
Showing
5 changed files
with
97 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,12 +70,14 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Download libraries | ||
uses: ./.github/composite-actions/download-libraries | ||
- name: Install dependencies | ||
uses: ./.github/composite-actions/install-dependencies | ||
with: | ||
install-build-tools: apt | ||
install-toolset: gcc | ||
install-boost: none | ||
download-pybind: true | ||
download-googletest: false | ||
install-boost-gcc: false | ||
|
||
- name: Build wheels | ||
uses: pypa/[email protected] | ||
|