-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
8 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 |
---|---|---|
|
@@ -2,18 +2,18 @@ name: CI | |
|
||
on: | ||
push: | ||
branches: [ main, update-**, redesign_core ] | ||
branches: [main, update-**, redesign_core] | ||
pull_request: | ||
branches: [ '**' ] | ||
branches: ["**"] | ||
|
||
jobs: | ||
build: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
python-version: ["3.9", "3.10", "3.11", "3.12"] | ||
python-version: ["3.10", "3.11", "3.12"] | ||
os: [macos-13, ubuntu-latest] | ||
mpi: ["openmpi"] # [ 'mpich', 'openmpi', 'intelmpi'] | ||
mpi: ["openmpi"] # [ 'mpich', 'openmpi', 'intelmpi'] | ||
include: | ||
- os: macos-13 | ||
path: ~/Library/Caches/pip | ||
|
@@ -37,7 +37,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
cache: 'poetry' | ||
cache: "poetry" | ||
- uses: FedericoCarboni/setup-ffmpeg@v3 | ||
id: setup-ffmpeg | ||
with: | ||
|
@@ -47,7 +47,7 @@ jobs: | |
ffmpeg-version: release | ||
# Target architecture of the ffmpeg executable to install. Defaults to the | ||
# system architecture. Only x64 and arm64 are supported (arm64 only on Linux). | ||
architecture: '' | ||
architecture: "" | ||
# Linking type of the binaries. Use "shared" to download shared binaries and | ||
# "static" for statically linked ones. Shared builds are currently only available | ||
# for windows releases. Defaults to "static" | ||
|
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