-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* run `setup-python` * increase timeout-minutes to 180
- Loading branch information
Showing
5 changed files
with
40 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,14 @@ jobs: | |
VCPKG_OVERLAY_PORTS: "${{ github.workspace }}/ports" | ||
VCPKG_OVERLAY_TRIPLETS: ${{ github.workspace }}/triplets | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
cache: 'pip' | ||
- name: "Run pip install" | ||
run: pip install typing-extensions pyyaml numpy sympy | ||
|
||
- name: "create cache folders" | ||
run: | | ||
mkdir -p ${VCPKG_DOWNLOADS} | ||
|
@@ -33,6 +40,7 @@ jobs: | |
with: | ||
brew: ninja autoconf automake libtool | ||
- uses: lukka/run-vcpkg@v11 | ||
timeout-minutes: 180 | ||
with: | ||
vcpkgDirectory: "/usr/local/share/vcpkg" # see VCPKG_INSTALLATION_ROOT | ||
vcpkgGitCommitId: "a42af01b72c28a8e1d7b48107b33e4f286a55ef6" # 2023.11.20 | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,14 @@ jobs: | |
VCPKG_OVERLAY_PORTS: "${{ github.workspace }}/ports" | ||
VCPKG_OVERLAY_TRIPLETS: ${{ github.workspace }}/triplets | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
cache: 'pip' | ||
- name: "Run pip install" | ||
run: pip install typing-extensions pyyaml numpy sympy | ||
|
||
- name: "create cache folders" | ||
run: | | ||
mkdir -p ${VCPKG_DOWNLOADS} | ||
|
@@ -35,6 +42,7 @@ jobs: | |
with: | ||
apt: nuget nasm libnuma-dev libopenmpi-dev libx11-dev libxi-dev libxext-dev libx11-xcb-dev | ||
- uses: lukka/run-vcpkg@v11 | ||
timeout-minutes: 180 | ||
with: | ||
vcpkgDirectory: "/usr/local/share/vcpkg" # see VCPKG_INSTALLATION_ROOT | ||
doNotUpdateVcpkg: true | ||
|
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 |
---|---|---|
|
@@ -18,6 +18,13 @@ jobs: | |
VCPKG_OVERLAY_TRIPLETS: "${{ github.workspace }}/triplets" | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
cache: 'pip' | ||
- name: "Run pip install" | ||
run: pip install typing-extensions pyyaml numpy sympy | ||
|
||
- name: "create cache folders" | ||
run: | | ||
New-Item -Type Directory -Force ${env:VCPKG_DOWNLOADS} | ||
|
@@ -32,6 +39,7 @@ jobs: | |
with: | ||
msbuild-architecture: x64 | ||
- uses: lukka/[email protected] | ||
timeout-minutes: 180 | ||
with: | ||
vcpkgDirectory: "C:/vcpkg" | ||
vcpkgGitCommitId: "a42af01b72c28a8e1d7b48107b33e4f286a55ef6" # 2023.11.20 | ||
|
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