Skip to content

chore: bump version to 0.9.1a0 (#333) #393

chore: bump version to 0.9.1a0 (#333)

chore: bump version to 0.9.1a0 (#333) #393

name: "Copilot Setup Steps"
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
# the job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
copilot-setup-steps:
runs-on: ubuntu-26.04
env:
CPM_USE_LOCAL_PACKAGES: "TRUE"
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
- name: Set up the build environment
uses: ./.github/actions/setup
with:
cache-suffix: copilot
mpi: "on"
- name: Install package
run: just build --all-groups